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 | ???躍?? | 00111111001111110011111110010110111101000011111100111111 | 3f3f3f96f43f3f |
EUC-JP | ???躍?? | 00111111001111110011111111001100111101100011111100111111 | 3f3f3fccf63f3f |
UTF-8 | 閱닺펺躍뗩텎 | 111010011001011010110001111010111000101110111010111011011000111010111010111010001011101010001101111010111001011110101001111011011000010110001110 | e996b1eb8bbaed8ebae8ba8deb97a9ed858e |
UHC | 閱닺펺躍뗩텎 | 111001101111001110110100111010001011110010001010111001011011100010001011111010011011011010001001 | e6f3b4e8bc8ae5b88be9b689 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)