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 | 譴捺キ | 1110011010100010100100111110011010110111 | e6a293e6b7 |
EUC-JP | 譴捺キ | 111011001010010011000110111010001000111010110111 | eca4c6e88eb7 |
UTF-8 | 譴捺キ | 111010001010110110110100111001101000110110111010111011111011110110110111 | e8adb4e68dbaefbdb7 |
UHC | 譴捺? | 1100110010111001110100011111010000111111 | ccb9d1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)