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 | 舗贔暮舗 | 1001010111011100111001101101101110010101111010011001010111011100 | 95dce6db95e995dc |
EUC-JP | 舗贔暮舗 | 1100101011011110111011001101110111001010111010111100101011011110 | cadeecddcaebcade |
UTF-8 | 舗贔暮舗 | 111010001000100010010111111010001011010010010100111001101001101010101110111010001000100010010111 | e88897e8b494e69aaee88897 |
UHC | ??暮? | 0011111100111111110110011011101000111111 | 3f3fd9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)