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 | 禎?刀證 | 10010010111101010011111110010011100000011110011010011010 | 92f53f9381e69a |
EUC-JP | 禎?刀證 | 11000100111101110011111111000101111000011110101111111010 | c4f73fc5e1ebfa |
UTF-8 | 禎대刀證 | 111001111010011010001110111010111000110010000000111001011000100010000000111010001010110110001001 | e7a68eeb8c80e58880e8ad89 |
UHC | 禎대刀證 | 1110111111101110101101001110101111010011111011111111000111111011 | efeeb4ebd3eff1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)