To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 熬??? | 1110000010010010001111110011111100111111 | e0923f3f3f |
EUC-JP | 熬??? | 1101111111110010001111110011111100111111 | dff23f3f3f |
UTF-8 | 熬뽫궘呂 | 111001111000011010101100111010111011110110101011111010101011011010011000111011111010011010000000 | e786acebbdabeab698efa680 |
UHC | 熬뽫궘呂 | 1110100010100010100101101110011110000010101011011110010111111011 | e8a296e782ade5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)