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 | ×ô?? | 11010111111101000011111100111111 | d7f43f3f |
SJIS-WIN | ×?‡蹕 | 10000001011111100011111110000001111101101110011101001010 | 817e3f81f6e74a |
EUC-JP | ×ô‡蹕 | 101000011101111110001111101010111101010010100010111110001110110110101011 | a1df8fabd4a2f8edab |
UTF-8 | ×ô‡蹕 | 11000011100101111100001110110100111000101000000010100001111010001011100110010101 | c397c3b4e280a1e8b995 |
UHC | ×?‡? | 101000011011111100111111101000101101010000111111 | a1bf3fa2d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)