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 | ìþ¾ÅÉB | 11101100111111101011111011000101100011101100100101000010 | ecfebec58ec942 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ìþ?Å?ÉB | 100011111010101111000000100011111010100111010000001111111000111110101010101010010011111110001111101010101011000101000010 | 8fabc08fa9d03f8faaa93f8faab142 |
UTF-8 | ìþ¾ÅÉB | 11000011101011001100001110111110110000101011111011000011100001011100001010001110110000111000100101000010 | c3acc3bec2bec385c28ec38942 |
UHC | ?þ¾???B | 001111111010100110101101101010001111101000111111001111110011111101000010 | 3fa9ada8fa3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)