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 | 瀛????? | 11100000011010010011111100111111001111110011111100111111 | e0693f3f3f3f3f |
EUC-JP | 瀛??濚?? | 110111111100101000111111001111111000111111001001101000010011111100111111 | dfca3f3f8fc9a13f3f |
UTF-8 | 瀛먫쫿濚띸윂 | 111001111000000010011011111010111010100010101011111011001010101110111111111001101011111110011010111010111001110110111000111011001001110010000010 | e7809beba8abecabbfe6bf9aeb9db8ec9c82 |
UHC | 瀛먫쫿濚띸윂 | 111001111011101010010000111010001010011010010110111001111011100110001101111001111001111110001101 | e7ba90e8a696e7b98de79f8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)