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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 轝?Ŀ?? | 100011111110000110101010001111111000111110101001101010010011111100111111 | 8fe1aa3f8fa9a93f3f |
UTF-8 | 轝뀀Ŀ利쿒 | 1110100010111101100111011110101110000000100000001100010010111111111011111010011110011101111011001011111110010010 | e8bd9deb8080c4bfefa79decbf92 |
UHC | 轝뀀Ŀ利쿒 | 11100110101011001011001011101011101010001010100011101100101001101011001101000111 | e6acb2eba8a8eca6b347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)