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 | 莉わ蹴 | 111001001011101110000010111011011000111101010010 | e4bb82ed8f52 |
EUC-JP | 莉わ蹴 | 111010001011110110100100111011111011110110110011 | e8bda4efbdb3 |
UTF-8 | 莉わ蹴 | 111010001000111010001001111000111000001010001111111010001011100110110100 | e88e89e3828fe8b9b4 |
UHC | 莉わ蹴 | 110101111110100110101010111011111111010111101101 | d7e9aaeff5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)