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 | 鮏竺鳫宍 | 11111100010000111000111010110001111010011110110110001110101100111111000011100001 | fc438eb1e9ed8eb3f0e1 |
EUC-JP | 鮏竺鳫宍? | 10001111111010101101101110111100101100111111001011101111101111001011010100111111 | 8feadbbcb3f2efbcb53f |
UTF-8 | 鮏竺鳫宍 | 111010011010111010001111111001111010101110111010111010011011001110101011111001011010111010001101111011101000001010100000 | e9ae8fe7abbae9b3abe5ae8dee82a0 |
UHC | ?竺??? | 001111111111010111100111001111110011111100111111 | 3ff5e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)