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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莇莅ラコ | 111001001011010011100100101011001101011110111010 | e4b4e4acd7ba |
EUC-JP | 莇莅ラコ | 1110100010110110111010001010111010001110110101111000111010111010 | e8b6e8ae8ed78eba |
UTF-8 | 莇莅ラコ | 111010001000111010000111111010001000111010000101111011111011111010010111111011111011110110111010 | e88e87e88e85efbe97efbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)