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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 助?≪B | 100011111001010100111111100000011110000101000010 | 8f953f81e142 |
EUC-JP | 助?≪B | 101111011111010100111111101000101110001101000010 | bdf53fa2e342 |
UTF-8 | 助닻≪B | 11100101100010101010100111101011100010111011101111100010100010011010101001000010 | e58aa9eb8bbbe289aa42 |
UHC | 助닻≪B | 11110000101111101011010011101001101000011110110001000010 | f0beb4e9a1ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)