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 | 瀨識澈 | 111110110101000010001110101011111111101101001011 | fb508eaffb4b |
EUC-JP | ?識澈 | 001111111011110010110001100011111100100011100101 | 3fbcb18fc8e5 |
UTF-8 | 瀨識澈 | 111001111000000010101000111010001010110110011000111001101011111010001000 | e780a8e8ad98e6be88 |
UHC | 瀨識澈 | 110101101110111011100011110110111111010011001101 | d6eee3dbf4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)