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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?罌瞼枇ケ | 001111111110001110100000111000011101100110010100111110001000001101010000 | 3fe3a0e1d994f88350 |
EUC-JP | ?罌瞼枇ケ | 001111111110011010100010111000101101101111001000111110101010010110110001 | 3fe6a2e2dbc8faa5b1 |
UTF-8 | 룶罌瞼枇ケ | 111010111010001110110110111001111011110110001100111001111001111010111100111001101001111010000111111000111000001010110001 | eba3b6e7bd8ce79ebce69e87e382b1 |
UHC | 룶罌瞼枇ケ | 10001111101010111110010110100010110011001010000111011101111011011010101110110001 | 8fabe5a2cca1ddedabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)