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 | 鶯??一? | 11101001111100100011111100111111100010001110101000111111 | e9f23f3f88ea3f |
EUC-JP | 鶯??一? | 11110010111101000011111100111111101100001110110000111111 | f2f43f3fb0ec3f |
UTF-8 | 鶯볤쑬一룡 | 111010011011011010101111111010111011001110100100111011001001000110101100111001001011100010000000111010111010001110100001 | e9b6afebb3a4ec91ace4b880eba3a1 |
UHC | 鶯볤쑬一룡 | 11100101101000111001001111101010101111101010100011101100111010011011011111100110 | e5a393eabea8ece9b7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)