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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???倫?B | 00111111001111110011111110010111110011110011111101000010 | 3f3f3f97cf3f42 |
EUC-JP | ???倫?B | 00111111001111110011111111001110110100010011111101000010 | 3f3f3fced13f42 |
UTF-8 | 뤩촤찋倫浪B | 11101011101001001010100111101100101101001010010011101100101100001000101111100101100000001010101111101111101001001010101001000010 | eba4a9ecb4a4ecb08be580abefa4aa42 |
UHC | 뤩촤찋倫浪B | 1000111111010111110000111101001010101001100011111101011111000011110100101010100101000010 | 8fd7c3d2a98fd7c3d2a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)