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 | çåëìµ | 1110011111100101100001101110101110010100100000011110110010110101 | e7e586eb9481ecb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çå?ë??ì? | 10001111101010111010111010001111101010111010100100111111100011111010101110110011001111110011111110001111101010111100000000111111 | 8fabae8faba93f8fabb33f3f8fabc03f |
UTF-8 | çåëìµ | 11000011101001111100001110100101110000101000011011000011101010111100001010010100110000101000000111000011101011001100001010110101 | c3a7c3a5c286c3abc294c281c3acc2b5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)