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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 忍?忍?^ | 10010100010001010011111110010100010001010011111101011110 | 94453f94453f5e |
EUC-JP | 忍?忍?^ | 11000111101001100011111111000111101001100011111101011110 | c7a63fc7a63f5e |
UTF-8 | 忍寮忍寮^ | 11100101101111111000110111101111101001101011110011100101101111111000110111101111101001101011110001011110 | e5bf8defa6bce5bf8defa6bc5e |
UHC | 忍寮忍寮^ | 111011001101101111101000111100001110110011011011111010001111000001011110 | ecdbe8f0ecdbe8f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)