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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 腺?煽A? | 10010001010000100011111110010000111110000100000100111111 | 91423f90f8413f |
EUC-JP | 腺瑄煽A詵 | 1100000110100011100011111100110010111001110000001111101001000001100011111101110111100111 | c1a38fccb9c0fa418fdde7 |
UTF-8 | 腺瑄煽A詵 | 11101000100001011011101011100111100100011000010011100111100001011011110101000001111010001010100110110101 | e885bae79184e785bd41e8a9b5 |
UHC | 腺瑄煽A詵 | 111000001100110111100000110001011110000011000011010000011110000011010010 | e0cde0c5e0c341e0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)