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 | 侊?航 | 1111101001110000001111111000110101110001 | fa703f8d71 |
EUC-JP | 侊?航 | 100011111011000110100011001111111011100111010010 | 8fb1a33fb9d2 |
UTF-8 | 侊뤓航 | 111001001011111010001010111010111010010010010011111010001000100010101010 | e4be8aeba493e888aa |
UHC | 侊뤓航 | 110011101100001010001111110000111111100111111110 | cec28fc3f9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)