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 | 予妖?? | 100101110101110010010111011001000011111100111111 | 975c97643f3f |
EUC-JP | 予妖?? | 110011011011110111001101110001010011111100111111 | cdbdcdc53f3f |
UTF-8 | 予妖굤똄 | 111001001011101010001000111001011010011010010110111010101011010110100100111010111001100010000100 | e4ba88e5a696eab5a4eb9884 |
UHC | 予妖굤똄 | 1110010111111000111010001110110110000010100010101000110001000101 | e5f8e8ed828a8c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)