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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辜ア逵・ | 111001111000001110110001111001111001110010100101 | e783b1e79ca5 |
EUC-JP | 辜ア逵・ | 1110110111100011100011101011000111101101111111001000111010100101 | ede38eb1edfc8ea5 |
UTF-8 | 辜ア逵・ | 111010001011111010011100111011111011110110110001111010011000000010110101111011111011110110100101 | e8be9cefbdb1e980b5efbda5 |
UHC | 辜?逵? | 110011011101000000111111110100001011000000111111 | cdd03fd0b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)