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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邑??幼? | 10010111010101110011111100111111100101110110001100111111 | 97573f3f97633f |
EUC-JP | 邑??幼? | 11001101101110000011111100111111110011011100010000111111 | cdb83f3fcdc43f |
UTF-8 | 邑뺣뙝幼줒 | 111010011000001010010001111010111011101010100011111010111001100110011101111001011011100110111100111011001010010010010010 | e98291ebbaa3eb999de5b9bceca492 |
UHC | 邑뺣뙝幼줒 | 11101011111010011001010111101011100011001010001011101010111010101010001001000010 | ebe995eb8ca2eaeaa242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)