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 | ???遜 | 0011111100111111001111111001000110111011 | 3f3f3f91bb |
EUC-JP | 鉥??遜 | 10001111111000111110100000111111001111111100001010111101 | 8fe3e83f3fc2bd |
UTF-8 | 鉥뚪꽚遜 | 111010011000100110100101111010111001101010101010111010101011110110011010111010011000000110011100 | e989a5eb9aaaeabd9ae9819c |
UHC | 鉥뚪꽚遜 | 1110001011111100100011001110100110000100101010011110000111100001 | e2fc8ce984a9e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)