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 | ンコ磅萋 | 110111011011101011100001111110101110010011000100 | ddbae1fae4c4 |
EUC-JP | ンコ磅萋 | 1000111011011101100011101011101011100010111111001110100011000110 | 8edd8ebae2fce8c6 |
UTF-8 | ンコ磅萋 | 111011111011111010011101111011111011110110111010111001111010001110000101111010001001000010001011 | efbe9defbdbae7a385e8908b |
UHC | ??磅? | 0011111100111111110110111011011000111111 | 3f3fdbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)