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 | 怏??心 | 100111001000100100111111001111111001000001010011 | 9c893f3f9053 |
EUC-JP | 怏??心 | 110101111110100100111111001111111011111110110100 | d7e93f3fbfb4 |
UTF-8 | 怏럤딢心 | 111001101000000010001111111010111001111110100100111010111001010010100010111001011011111110000011 | e6808feb9fa4eb94a2e5bf83 |
UHC | 怏럤딢心 | 1110010011101000100011101000011110001011010001011110001111111101 | e4e88e878b45e3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)