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 | 臂f梓 | 111001000101110110000010100001101000100010110010 | e45d828688b2 |
EUC-JP | 臂f梓 | 111001111011111010100011111001101011000010110100 | e7bea3e6b0b4 |
UTF-8 | 臂f梓 | 111010001000011110000010111011111011110110000110111001101010001010010011 | e88782efbd86e6a293 |
UHC | 臂f梓 | 110111101010001010100011111001101110111010101001 | dea2a3e6eea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)