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 | ?]?? | 00111111010111010011111100111111 | 3f5d3f3f |
SJIS-WIN | 奪]但蔵 | 10010010010001000101110110010010010000011001000110100000 | 92445d924191a0 |
EUC-JP | 奪]但蔵 | 11000011101001010101110111000011101000101100001010100010 | c3a55dc3a2c2a2 |
UTF-8 | 奪]但蔵 | 11100101101001011010101001011101111001001011110110000110111010001001010010110101 | e5a5aa5de4bd86e894b5 |
UHC | 奪]但? | 111101111010110001011101110100111010001100111111 | f7ac5dd3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)