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 | 裔??徇?? | 1110010111100001001111110011111110011100011011010011111100111111 | e5e13f3f9c6d3f3f |
EUC-JP | 裔??徇?? | 1110101011100011001111110011111111010111110011100011111100111111 | eae33f3fd7ce3f3f |
UTF-8 | 裔쏆닠徇껊젛 | 111010001010001110010100111011001000111110000110111010111000101110100000111001011011111010000111111010101011101110001010111011001010000010011011 | e8a394ec8f86eb8ba0e5be87eabb8aeca09b |
UHC | 裔쏆닠徇껊젛 | 111001111110000010011011111011001000100010100000111000101101111110000011111010111010000010010111 | e7e09bec88a0e2df83eba097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)