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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螢ャ彧 | 1110010110100011101011001111101010111001 | e5a3acfab9 |
EUC-JP | 螢ャ彧 | 11101010101001011000111010101100100011111011110011111110 | eaa58eac8fbcfe |
UTF-8 | 螢ャ彧 | 111010001001111010100010111011111011110110101100111001011011110110100111 | e89ea2efbdace5bda7 |
UHC | 螢?彧 | 1111101110101011001111111110100111101110 | fbab3fe9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)