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 | 嘯押豼 | 100110101000001010001001100111111110011010111111 | 9a82899fe6bf |
EUC-JP | 嘯押豼 | 110100111110001010110010101000011110110011000001 | d3e2b2a1ecc1 |
UTF-8 | 嘯押豼 | 111001011001100010101111111001101000101010111100111010001011000110111100 | e598afe68abce8b1bc |
UHC | 嘯押? | 1110000110110000111001001110001100111111 | e1b0e4e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)