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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 猾サマ\ | 1110000011001111101110111100111101011100 | e0cfbbcf5c |
EUC-JP | 猾サマ\ | 11100000110100011000111010111011100011101100111101011100 | e0d18ebb8ecf5c |
UTF-8 | 猾サマ\ | 11100111100011001011111011101111101111011011101111101111101111101000111101011100 | e78cbeefbdbbefbe8f5c |
UHC | 猾??\ | 1111110011000010001111110011111101011100 | fcc23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)