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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯??蘊 | 111010011111001000111111001111111110010101011101 | e9f23f3fe55d |
EUC-JP | 鶯??蘊 | 111100101111010000111111001111111110100110111110 | f2f43f3fe9be |
UTF-8 | 鶯뚦렞蘊 | 111010011011011010101111111010111001101010100110111010111010000010011110111010001001100010001010 | e9b6afeb9aa6eba09ee8988a |
UHC | 鶯뚦렞蘊 | 1110010110100011100011001110010110001110101011111110100010110011 | e5a38ce58eafe8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)