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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 陂貼Y | 1110100010011000100100110101110001011001 | e898935c59 |
EUC-JP | 陂貼Y | 1110111111111000110001011011110101011001 | eff8c5bd59 |
UTF-8 | 陂貼Y | 11101001100110011000001011101000101100101011110001011001 | e99982e8b2bc59 |
UHC | 陂貼Y | 1111100110101110111101001110010001011001 | f9aef4e459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)