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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 碇?q??? | 1001001011110100001111111000001010010001001111110011111100111111 | 92f43f82913f3f3f |
EUC-JP | 碇?q??? | 1100010011110110001111111010001111110001001111110011111100111111 | c4f63fa3f13f3f3f |
UTF-8 | 碇재q롊縷샥 | 111001111010001010000111111011001001111010101100111011111011110110010001111010111010000110001010111011111010010110010000111011001000001110100101 | e7a287ec9eacefbd91eba18aefa590ec83a5 |
UHC | 碇재q롊縷샥 | 111011111110110111000000111001111010001111110001100011101101000011010010111010101011110010100001 | efedc0e7a3f18ed0d2eabca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)