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 | 鮏竺鱆雫鉑 | 11111100010000111000111010110001111010011110000110001110101101001111101111001001 | fc438eb1e9e18eb4fbc9 |
EUC-JP | 鮏竺鱆雫鉑 | 100011111110101011011011101111001011001111110010111000111011110010110110100011111110001111100001 | 8feadbbcb3f2e3bcb68fe3e1 |
UTF-8 | 鮏竺鱆雫鉑 | 111010011010111010001111111001111010101110111010111010011011000110000110111010011001101110101011111010011000100110010001 | e9ae8fe7abbae9b186e99babe98991 |
UHC | ?竺??? | 001111111111010111100111001111110011111100111111 | 3ff5e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)