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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 伍??秧?Q] | 100011001101111000111111001111111110001001011110001111110101000101011101 | 8cde3f3fe25e3f515d |
EUC-JP | 伍??秧?Q] | 101110001110000000111111001111111110001110111111001111110101000101011101 | b8e03f3fe3bf3f515d |
UTF-8 | 伍됧만秧걐Q] | 1110010010111100100011011110101110010000101001111110101110100111100011001110011110100111101001111110101010110001100100000101000101011101 | e4bc8deb90a7eba78ce7a7a7eab190515d |
UHC | 伍됧만秧걐Q] | 111001111110101010001001111001011011100010111000111001001110101110000001011101100101000101011101 | e7ea89e5b8b8e4eb8176515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)