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 | 裔??筍?ⅰ | 111001011110000100111111001111111110001010100001001111111111101001000000 | e5e13f3fe2a13ffa40 |
EUC-JP | 裔??筍?? | 1110101011100011001111110011111111100100101000110011111100111111 | eae33f3fe4a33f3f |
UTF-8 | 裔꾩눥筍⒵ⅰ | 111010001010001110010100111010101011111010101001111010111000100010100101111001111010110110001101111000101001001010110101111000101000010110110000 | e8a394eabea9eb88a5e7ad8de292b5e285b0 |
UHC | 裔꾩눥筍⒵ⅰ | 111001111110000010000100111011001000011110111100111000101110110010101001111001101010010110100001 | e7e084ec87bce2eca9e6a5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)