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 | 疫???▼? | 1000100101110101001111110011111100111111100000011010010100111111 | 89753f3f3f81a53f |
EUC-JP | 疫???▼? | 1011000111010110001111110011111100111111101000101010011100111111 | b1d63f3f3fa2a73f |
UTF-8 | 疫쎾뎴曆▼쩀 | 111001111001011010101011111011001000111010111110111010111000111010110100111011111010011010001011111000101001011010111100111011001010100110000000 | e796abec8ebeeb8eb4efa68be296bceca980 |
UHC | 疫쎾뎴曆▼쩀 | 111001101011100110011011111001011000100110000111111001101011011110100001111001011010010010011010 | e6b99be58987e6b7a1e5a49a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)