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 | 鶯?ⅷ癲 | 11101001111100100011111111111010010001111110000110011111 | e9f23ffa47e19f |
EUC-JP | 鶯??癲 | 111100101111010000111111001111111110001010100001 | f2f43f3fe2a1 |
UTF-8 | 鶯숇ⅷ癲 | 111010011011011010101111111011001000100010000111111000101000010110110111111001111001100110110010 | e9b6afec8887e285b7e799b2 |
UHC | 鶯숇ⅷ癲 | 1110010110100011100110011110101110100101101010001110111110100110 | e5a399eba5a8efa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)