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 | 熔茆デ | 100101110110111111100100100110111000001101100110 | 976fe49b8366 |
EUC-JP | 熔茆デ | 110011011101000011100111111110111010010111000111 | cdd0e7fba5c7 |
UTF-8 | 熔茆デ | 111001111000011010010100111010001000110010000110111000111000001110000111 | e78694e88c86e38387 |
UHC | 熔?デ | 1110100111000010001111111010101111000111 | e9c23fabc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)