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 | 怏??瀋 | 100111001000100100111111001111111110000001100011 | 9c893f3fe063 |
EUC-JP | 怏??瀋 | 110101111110100100111111001111111101111111000100 | d7e93f3fdfc4 |
UTF-8 | 怏럤딢瀋 | 111001101000000010001111111010111001111110100100111010111001010010100010111001111000000010001011 | e6808feb9fa4eb94a2e7808b |
UHC | 怏럤딢瀋 | 1110010011101000100011101000011110001011010001011110010010100011 | e4e88e878b45e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)