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 | シ狆ォ | 101111001110000010111100101010111111000011001001 | bce0bcabf0c9 |
EUC-JP | シ狆ォ? | 10001110101111001110000010111110100011101010101100111111 | 8ebce0be8eab3f |
UTF-8 | シ狆ォ | 111011111011110110111100111001111000101110000110111011111011110110101011111011101000001010001000 | efbdbce78b86efbdabee8288 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)