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 | 如?8溢 | 10010100010000000011111110000010010101111000100011101100 | 94403f825788ec |
EUC-JP | 如?8溢 | 11000111101000010011111110100011101110001011000011101110 | c7a13fa3b8b0ee |
UTF-8 | 如붾8溢 | 111001011010011010000010111010111011011010111110111011111011110010011000111001101011101010100010 | e5a682ebb6beefbc98e6baa2 |
UHC | 如붾8溢 | 1110010111111101100101001110101110100011101110001110110011101110 | e5fd94eba3b8ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)