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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 縕??髥 | 1000111111010100110000100011111100111111100011111110100111110000 | 8fd4c23f3f8fe9f0 |
UTF-8 | 縕딃낍髥 | 111001111011100010010101111010111001010010000011111010111000001010001101111010011010101110100101 | e7b895eb9483eb828de9aba5 |
UHC | 縕딃낍髥 | 1110100010110010100010101110100110110011101001111110011110100011 | e8b28ae9b3a7e7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)