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 | çëÅ | 1110011110001011100011101110101110011101100101011100010110001001 | e78b8eeb9d95c589 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ë??Å? | 1000111110101011101011100011111100111111100011111010101110110011001111110011111110001111101010101010100100111111 | 8fabae3f3f8fabb33f3f8faaa93f |
UTF-8 | çëÅ | 11000011101001111100001010001011110000101000111011000011101010111100001010011101110000101001010111000011100001011100001010001001 | c3a7c28bc28ec3abc29dc295c385c289 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)