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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迪罹西 | 111001111000110010011100111010111001000010111100 | e78c9ceb90bc |
EUC-JP | 迪罹西 | 111011011110110011011000111011011100000010111110 | edecd8edc0be |
UTF-8 | 迪罹西 | 111010001011111110101010111001111011110110111001111010001010010110111111 | e8bfaae7bdb9e8a5bf |
UHC | 迪罹西 | 111011101110100011010111111001111110000010100100 | eee8d7e7e0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)