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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 栽?E栽?EB | 100011011100110100111111010001011000110111001101001111110100010101000010 | 8dcd3f458dcd3f4542 |
EUC-JP | 栽?E栽?EB | 101110101100111100111111010001011011101011001111001111110100010101000010 | bacf3f45bacf3f4542 |
UTF-8 | 栽렑E栽렑EB | 111001101010000010111101111010111010000010010001010001011110011010100000101111011110101110100000100100010100010101000010 | e6a0bdeba09145e6a0bdeba0914542 |
UHC | 栽렑E栽렑EB | 1110111010101000100011101010011001000101111011101010100010001110101001100100010101000010 | eea88ea645eea88ea64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)