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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箙莇岺レヘ | 1110001010110111111001001011010011111010101011011101101011001101 | e2b7e4b4faaddacd |
EUC-JP | 箙莇岺レヘ | 1110010010111001111010001011011010001111101110111011100010001110110110101000111011001101 | e4b9e8b68fbbb88eda8ecd |
UTF-8 | 箙莇岺レヘ | 111001111010111010011001111010001000111010000111111001011011001010111010111011111011111010011010111011111011111010001101 | e7ae99e88e87e5b2baefbe9aefbe8d |
UHC | ??岺?? | 001111110011111111010110101110010011111100111111 | 3f3fd6b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)