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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 胚堺 | 11100011111100111000110111100100 | e3f38de4 |
EUC-JP | 胚堺 | 11100110111101011011101011100110 | e6f5bae6 |
UTF-8 | 胚堺 | 111010001000001110011010111001011010000010111010 | e8839ae5a0ba |
UHC | 胚堺 | 11011011110011111100110011110111 | dbcfccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)