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 | 玉??一 | 100010111100101000111111001111111000100011101010 | 8bca3f3f88ea |
EUC-JP | 玉??一 | 101101101100110000111111001111111011000011101100 | b6cc3f3fb0ec |
UTF-8 | 玉좊㈃一 | 111001111000111010001001111011001010001010001010111000111000100010000011111001001011100010000000 | e78e89eca28ae38883e4b880 |
UHC | 玉좊㈃一 | 1110100010101100101000001110101110101001101101001110110011101001 | e8aca0eba9b4ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)