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 | 謦鳶カ | 1110011010010010100100111100111010110110 | e69293ceb6 |
EUC-JP | 謦鳶カ | 111010111111001011000110110100001000111010110110 | ebf2c6d08eb6 |
UTF-8 | 謦鳶カ | 111010001010110010100110111010011011001110110110111011111011110110110110 | e8aca6e9b3b6efbdb6 |
UHC | ?鳶? | 00111111111001101110100100111111 | 3fe6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)