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 | 祭槃?爭 | 10001101110101011001111011001111001111111110000010100101 | 8dd59ecf3fe0a5 |
EUC-JP | 祭槃?爭 | 10111010110101111101110011010001001111111110000010100111 | bad7dcd13fe0a7 |
UTF-8 | 祭槃커爭 | 111001111010010110101101111001101010011110000011111011001011101110100100111001111000100010101101 | e7a5ade6a783ecbba4e788ad |
UHC | 祭槃커爭 | 1111000010101110110110101110100111000100101111111110111010110011 | f0aedae9c4bfeeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)