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 | 舊??銘 | 111001000111000000111111001111111001011011000001 | e4703f3f96c1 |
EUC-JP | 舊ˇ?銘 | 1110011111010001100011111010001010110000001111111100110011000011 | e7d18fa2b03fccc3 |
UTF-8 | 舊ˇ㎖銘 | 1110100010001000100010101100101110000111111000111000111010010110111010011000101010011000 | e8888acb87e38e96e98a98 |
UHC | 舊ˇ㎖銘 | 1100111111000001101000101010011110100111101000101101100110101111 | cfc1a2a7a7a2d9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)