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 | 鬟滔」苦 | 11101001101000111001111111101011101000111000101111101010 | e9a39feba38bea |
EUC-JP | 鬟滔」苦 | 1111001010100101110111101110110110001110101000111011011011101100 | f2a5deed8ea3b6ec |
UTF-8 | 鬟滔」苦 | 111010011010110010011111111001101011101110010100111011111011110110100011111010001000101110100110 | e9ac9fe6bb94efbda3e88ba6 |
UHC | ?滔?苦 | 001111111101010010100101001111111100110111001000 | 3fd4a53fcdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)