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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鈹 | 11111011110010101111000111000010 | fbcaf1c2 |
EUC-JP | 鈹? | 10001111111000111101010000111111 | 8fe3d43f |
UTF-8 | 鈹 | 111010011000100010111001111011101000010010111101 | e988b9ee84bd |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)