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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猿?? | 10001001100011100011111100111111 | 898e3f3f |
EUC-JP | 猿?? | 10110001111011100011111100111111 | b1ee3f3f |
UTF-8 | 猿렯뤈 | 111001111000110010111111111010111010000010101111111010111010010010001000 | e78cbfeba0afeba488 |
UHC | 猿렯뤈 | 111010101011101110001110101111001000111110111000 | eabb8ebc8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)