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 | 舗轗暮舗 | 1001010111011100111001110111110110010101111010011001010111011100 | 95dce77d95e995dc |
EUC-JP | 舗轗暮舗 | 1100101011011110111011011101111011001010111010111100101011011110 | cadeeddecaebcade |
UTF-8 | 舗轗暮舗 | 111010001000100010010111111010001011110110010111111001101001101010101110111010001000100010010111 | e88897e8bd97e69aaee88897 |
UHC | ??暮? | 0011111100111111110110011011101000111111 | 3f3fd9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)