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 | ??E??W | 001111110011111101000101001111110011111101010111 | 3f3f453f3f57 |
SJIS-WIN | ??E?}W | 00111111001111110100010100111111100000010111000001010111 | 3f3f453f817057 |
EUC-JP | ??E?}W | 00111111001111110100010100111111101000011101000101010111 | 3f3f453fa1d157 |
UTF-8 | 룵₃E룵}W | 1110101110100011101101011110001010000010100000110100010111101011101000111011010111101111101111011001110101010111 | eba3b5e2828345eba3b5efbd9d57 |
UHC | 룵₃E룵}W | 10001111101010101010100111111101010001011000111110101010101000111111110101010111 | 8faaa9fd458faaa3fd57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)