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 | 撓???ο? | 1001110110011010001111110011111100111111100000111100110100111111 | 9d9a3f3f3f83cd3f |
EUC-JP | 撓???ο? | 1101100111111010001111110011111100111111101001101100111100111111 | d9fa3f3f3fa6cf3f |
UTF-8 | 撓뺧슁遼ο쉔 | 1110011010010010100100111110101110111010101001111110110010001010100000011110111110100111100000111100111010111111111011001000100110010100 | e69293ebbaa7ec8a81efa783cebfec8994 |
UHC | 撓뺧슁遼ο쉔 | 111010001111010110010101111011111011110110110011111010011010110010100101111011111011110110101000 | e8f595efbdb3e9aca5efbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)