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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 룶즽⒟z룶즽⒟zB | 111010111010001110110110111011001010011010111101111000101001001010011111011110101110101110100011101101101110110010100110101111011110001010010010100111110111101001000010 | eba3b6eca6bde2929f7aeba3b6eca6bde2929f7a42 |
UHC | 룶즽⒟z룶즽⒟zB | 100011111010101110100011100011111010100111010000011110101000111110101011101000111000111110101001110100000111101001000010 | 8faba38fa9d07a8faba38fa9d07a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)