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 | ???E] | 0011111100111111001111110100010101011101 | 3f3f3f455d |
SJIS-WIN | ?〓?E] | 001111111000000110101100001111110100010101011101 | 3f81ac3f455d |
EUC-JP | 縯〓?E] | 1000111111010100110010111010001010101110001111110100010101011101 | 8fd4cba2ae3f455d |
UTF-8 | 縯〓젛E] | 1110011110111000101011111110001110000000100100111110110010100000100110110100010101011101 | e7b8afe38093eca09b455d |
UHC | 縯〓젛E] | 1110011011100000101000011110101110100000100101110100010101011101 | e6e0a1eba097455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)