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 | 揖?括 | 1001011101001011001111111000101010000111 | 974b3f8a87 |
EUC-JP | 揖?括 | 1100110110101100001111111011001111100111 | cdac3fb3e7 |
UTF-8 | 揖재括 | 111001101000111110010110111011001001111010101100111001101000101110101100 | e68f96ec9eace68bac |
UHC | 揖재括 | 111010111110011111000000111001111100111011000000 | ebe7c0e7cec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)