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 | 舗瑩8 | 100101011101110011100000111100001000001001010111 | 95dce0f08257 |
EUC-JP | 舗瑩8 | 110010101101111011100000111100101010001110111000 | cadee0f2a3b8 |
UTF-8 | 舗瑩8 | 111010001000100010010111111001111001000110101001111011111011110010011000 | e88897e791a9efbc98 |
UHC | ?瑩8 | 0011111111111011101010011010001110111000 | 3ffba9a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)