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 | 彧冗諄 | 111110101011100110001111111001111110011001111000 | fab98fe7e678 |
EUC-JP | 彧冗諄 | 10001111101111001111111010111110111010011110101111011001 | 8fbcfebee9ebd9 |
UTF-8 | 彧冗諄 | 111001011011110110100111111001011000011010010111111010001010101110000100 | e5bda7e58697e8ab84 |
UHC | 彧冗諄 | 111010011110111011101001101101111110001011110100 | e9eee9b7e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)