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 | §¼ | 10010000101001111000101110111100 | 90a78bbc |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ?§?? | 0011111110100001111110000011111100111111 | 3fa1f83f3f |
UTF-8 | §¼ | 1100001010010000110000101010011111000010100010111100001010111100 | c290c2a7c28bc2bc |
UHC | ?§?¼ | 001111111010000111010111001111111010100011111001 | 3fa1d73fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)