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 | 鞜第辧 | 111010001101111110010001111001101001100110011111 | e8df91e6999f |
EUC-JP | 鞜第辧 | 111100001110000111000010111010001101001010100001 | f0e1c2e8d2a1 |
UTF-8 | 鞜第辧 | 111010011001111010011100111001111010110010101100111010001011111010100111 | e99e9ce7acace8bea7 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)