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 | 轤狩ェ醐凋 | 111001111000001010001110111010111010101010001100111011011001001010011100 | e7828eebaa8ced929c |
EUC-JP | 轤狩ェ醐凋 | 11101101111000101011110011101101100011101010101010111000111011111100001111111100 | ede2bced8eaab8efc3fc |
UTF-8 | 轤狩ェ醐凋 | 111010001011110110100100111001111000101110101001111011111011110110101010111010011000011010010000111001011000011110001011 | e8bda4e78ba9efbdaae98690e5878b |
UHC | ?狩??凋 | 00111111111000101010110100111111001111111111000010111101 | 3fe2ad3f3ff0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)