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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ョ?ッ?ケ | 001111111010111000111111101011110011111110111001 | 3fae3faf3fb9 |
EUC-JP | ?ョ?ッ?ケ | 001111111000111010101110001111111000111010101111001111111000111010111001 | 3f8eae3f8eaf3f8eb9 |
UTF-8 | ョッケ | 111011101011110010100001111011111011110110101110111011101011110010100011111011111011110110101111111011101011110010100001111011111011110110111001 | eebca1efbdaeeebca3efbdafeebca1efbdb9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)