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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 紐몃뵓紐몃벝^ | 11101111101001111000111111101011101010101000001111101011101101011001001111101111101001111000111111101011101010101000001111101011101100101001110101011110 | efa78febaa83ebb593efa78febaa83ebb29d5e |
UHC | 紐몃뵓紐몃벝^ | 11101011101010101011100011101011100101001001010111101011101010101011100011101011100100111011100001011110 | ebaab8eb9495ebaab8eb93b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)