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 | 怏??迅 | 100111001000100100111111001111111001000001110110 | 9c893f3f9076 |
EUC-JP | 怏??迅 | 110101111110100100111111001111111011111111010111 | d7e93f3fbfd7 |
UTF-8 | 怏럤딢迅 | 111001101000000010001111111010111001111110100100111010111001010010100010111010001011111110000101 | e6808feb9fa4eb94a2e8bf85 |
UHC | 怏럤딢迅 | 1110010011101000100011101000011110001011010001011110001111110110 | e4e88e878b45e3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)