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 | ??⑧∇ | 001111110011111110000111010001111000000111011110 | 3f3f874781de |
EUC-JP | ?庾?∇ | 00111111100011111011110011001110001111111010001011100000 | 3f8fbcce3fa2e0 |
UTF-8 | 뤊庾⑧∇ | 111010111010010010001010111001011011101010111110111000101001000110100111111000101000100010000111 | eba48ae5babee291a7e28887 |
UHC | 뤊庾⑧∇ | 1000111110111010111010101110110010101000111011101010000111010100 | 8fbaeaeca8eea1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)