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 | 淏。誾 | 1111101101000010101000011111101110100111 | fb42a1fba7 |
EUC-JP | 淏。誾 | 1000111111000111110110011000111010100001100011111101111010100100 | 8fc7d98ea18fdea4 |
UTF-8 | 淏。誾 | 111001101011011110001111111011111011110110100001111010001010101010111110 | e6b78fefbda1e8aabe |
UHC | 淏?誾 | 1111101111001000001111111110101111011101 | fbc83febdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)