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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紕合茜 | 111000110100001010001101100001111000100010101001 | e3428d8788a9 |
EUC-JP | 紕合茜 | 111001011010001110111001111001111011000010101011 | e5a3b9e7b0ab |
UTF-8 | 紕合茜 | 111001111011010010010101111001011001000010001000111010001000110010011100 | e7b495e59088e88c9c |
UHC | ?合? | 00111111111110011110101000111111 | 3ff9ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)