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 | 烏c?苑 | 10001001010001111000001010000011001111111000100110010001 | 894782833f8991 |
EUC-JP | 烏c?苑 | 10110001101010001010001111100011001111111011000111110001 | b1a8a3e33fb1f1 |
UTF-8 | 烏c끉苑 | 111001111000001110001111111011111011110110000011111010111000000110001001111010001000101110010001 | e7838fefbd83eb8189e88b91 |
UHC | 烏c끉苑 | 1110100010100001101000111110001110000101101111001110101010111101 | e8a1a3e385bceabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)