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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭槃?飄Ⅰ | 100011011101010110011110110011110011111111101001010001111000011101010100 | 8dd59ecf3fe9478754 |
EUC-JP | 祭槃?飄? | 1011101011010111110111001101000100111111111100011010100000111111 | bad7dcd13ff1a83f |
UTF-8 | 祭槃커飄Ⅰ | 111001111010010110101101111001101010011110000011111011001011101110100100111010011010001110000100111000101000010110100000 | e7a5ade6a783ecbba4e9a384e285a0 |
UHC | 祭槃커飄Ⅰ | 11110000101011101101101011101001110001001011111111111000111111011010010110110000 | f0aedae9c4bff8fda5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)