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 | 鶯??節?? | 1110100111110010001111110011111110010000110111110011111100111111 | e9f23f3f90df3f3f |
EUC-JP | 鶯??節?? | 1111001011110100001111110011111111000000111000010011111100111111 | f2f43f3fc0e13f3f |
UTF-8 | 鶯뚨퇅節닸윺 | 111010011011011010101111111010111001101010101000111011011000011110000101111001111010111110000000111010111000101110111000111011001001110010111010 | e9b6afeb9aa8ed8785e7af80eb8bb8ec9cba |
UHC | 鶯뚨퇅節닸윺 | 111001011010001110001100111001111011011110010110111011111011110110110100111001101001111110110100 | e5a38ce7b796efbdb4e69fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)