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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮓ッ霎樣苑 | 111010011011011010101111111010001011111010011110111010011000100110010001 | e9b6afe8be9ee98991 |
EUC-JP | 鮓ッ霎樣苑 | 11110010101110001000111010101111111100001100000011011100111010111011000111110001 | f2b88eaff0c0dcebb1f1 |
UTF-8 | 鮓ッ霎樣苑 | 111010011010111010010011111011111011110110101111111010011001110010001110111001101010100010100011111010001000101110010001 | e9ae93efbdafe99c8ee6a8a3e88b91 |
UHC | ???樣苑 | 00111111001111110011111111100101110001101110101010111101 | 3f3f3fe5c6eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)