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 | 隘??秧?? | 1110100010100101001111110011111111100010010111100011111100111111 | e8a53f3fe25e3f3f |
EUC-JP | 隘??秧?? | 1111000010100111001111110011111111100011101111110011111100111111 | f0a73f3fe3bf3f3f |
UTF-8 | 隘녵퍟秧섉래 | 111010011001101010011000111010111000010110110101111011011000110110011111111001111010011110100111111011001000010010001001111010111001111010011000 | e99a98eb85b5ed8d9fe7a7a7ec8489eb9e98 |
UHC | 隘녵퍟秧섉래 | 111001001111011010000110111001001011101110010110111001001110101110011000111001101011011110100001 | e4f686e4bb96e4eb98e6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)