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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶹費セ樒賰 | 1111101010110101100101001110111110111110100111101110011111110001101111001111101110101101 | fab594efbe9ee7f1bcfbad |
EUC-JP | 嶹費セ樒?賰 | 10001111101110111111010111001000111100011000111010111110110111001110100100111111100011111101111110111001 | 8fbbf5c8f18ebedce93f8fdfb9 |
UTF-8 | 嶹費セ樒賰 | 111001011011011010111001111010001011001010111011111011111011110110111110111001101010100010010010111011101000010010110111111010001011001110110000 | e5b6b9e8b2bbefbdbee6a892ee84b7e8b3b0 |
UHC | ?費???? | 00111111110111101010100000111111001111110011111100111111 | 3fdea83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)