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 | 闍庭仍 | 111010001000101110010010111010111001100010111001 | e88b92eb98b9 |
EUC-JP | 闍庭仍 | 111011111110101111000100111011011101000010111011 | efebc4edd0bb |
UTF-8 | 闍庭仍 | 111010011001011110001101111001011011101010101101111001001011101110001101 | e9978de5baade4bb8d |
UHC | ?庭仍 | 0011111111101111110101001110110110100100 | 3fefd4eda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)