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 | 蔚?霧 | 1000100101010101001111111001011010110110 | 89553f96b6 |
EUC-JP | 蔚?霧 | 1011000110110110001111111100110010111000 | b1b63fccb8 |
UTF-8 | 蔚모霧 | 111010001001010010011010111010111010101010101000111010011001110010100111 | e8949aebaaa8e99ca7 |
UHC | 蔚모霧 | 111010101010010110111000111100001101100111110110 | eaa5b8f0d9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)