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 | ヒ陬コ | 11001011111010001010001110111010 | cbe8a3ba |
EUC-JP | ヒ陬コ | 100011101100101111110000101001011000111010111010 | 8ecbf0a58eba |
UTF-8 | ヒ陬コ | 111011111011111010001011111010011001100110101100111011111011110110111010 | efbe8be999acefbdba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)