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 | 爻犢釈 | 111000001010100111100000101101111000111011011111 | e0a9e0b78edf |
EUC-JP | 爻犢釈 | 111000001010101111100000101110011011110011100001 | e0abe0b9bce1 |
UTF-8 | 爻犢釈 | 111001111000100010111011111001111000101010100010111010011000011110001000 | e788bbe78aa2e98788 |
UHC | 爻犢? | 1111110110100001110101001011101100111111 | fda1d4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)