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 | 莨鷺胸崧 | 1110010010111100100011011110101110001011101110011111101010101111 | e4bc8deb8bb9faaf |
EUC-JP | 莨鷺胸崧 | 111010001011111010111010111011011011011010111011100011111011101111001010 | e8bebaedb6bb8fbbca |
UTF-8 | 莨鷺胸崧 | 111010001000111010101000111010011011011110111010111010001000001110111000111001011011010010100111 | e88ea8e9b7bae883b8e5b4a7 |
UHC | ?鷺胸崧 | 00111111110101101101110011111101110110001110001011111110 | 3fd6dcfdd8e2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)