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 | 妖??? | 1001011101100100001111110011111100111111 | 97643f3f3f |
EUC-JP | 妖?寗? | 11001101110001010011111110001111101110101110000000111111 | cdc53f8fbae03f |
UTF-8 | 妖과寗뤊 | 111001011010011010010110111010101011001110111100111001011010111110010111111010111010010010001010 | e5a696eab3bce5af97eba48a |
UHC | 妖과寗뤊 | 1110100011101101101100001111101011010010101111001000111110111010 | e8edb0fad2bc8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)