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 | 阻顔湮禪 | 1001000101101010100010101110011110011111110011101110001001010111 | 916a8ae79fcee257 |
EUC-JP | 阻顔湮禪 | 1100000111001011101101001110100111011110110100001110001110111000 | c1cbb4e9ded0e3b8 |
UTF-8 | 阻顔湮禪 | 111010011001100010111011111010011010000110010100111001101011100110101110111001111010011010101010 | e998bbe9a194e6b9aee7a6aa |
UHC | 阻顔湮禪 | 1111000011100110111001001101010011101100110111001110000011001001 | f0e6e4d4ecdce0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)