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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疫???▼ | 10001001011101010011111100111111001111111000000110100101 | 89753f3f3f81a5 |
EUC-JP | 疫???▼ | 10110001110101100011111100111111001111111010001010100111 | b1d63f3f3fa2a7 |
UTF-8 | 疫쎾뎴曆▼ | 111001111001011010101011111011001000111010111110111010111000111010110100111011111010011010001011111000101001011010111100 | e796abec8ebeeb8eb4efa68be296bc |
UHC | 疫쎾뎴曆▼ | 11100110101110011001101111100101100010011000011111100110101101111010000111100101 | e6b99be58987e6b7a1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)