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 | セム消 | 101111101101000110001111110000011111100001011101 | bed18fc1f85d |
EUC-JP | セム消? | 10001110101111101000111011010001101111101100001100111111 | 8ebe8ed1bec33f |
UTF-8 | セム消 | 111011111011110110111110111011111011111010010001111001101011011010001000111011101001011110111101 | efbdbeefbe91e6b688ee97bd |
UHC | ??消? | 0011111100111111111000011011110000111111 | 3f3fe1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)