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 | 迪罹諜 | 111001111000110010011100111010111001001010110011 | e78c9ceb92b3 |
EUC-JP | 迪罹諜 | 111011011110110011011000111011011100010010110101 | edecd8edc4b5 |
UTF-8 | 迪罹諜 | 111010001011111110101010111001111011110110111001111010001010101110011100 | e8bfaae7bdb9e8ab9c |
UHC | 迪罹諜 | 111011101110100011010111111001111111010011100011 | eee8d7e7f4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)