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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 率??橈?? | 1001011110100110001111110011111110011110111101000011111100111111 | 97a63f3f9ef43f3f |
EUC-JP | 率??橈?? | 1100111010101000001111110011111111011100111101100011111100111111 | cea83f3fdcf63f3f |
UTF-8 | 率꿨쳣橈묋춼 | 111001111000111010000111111010101011111110101000111011001011001110100011111001101010100110001000111010111010110010001011111011001011011010111100 | e78e87eabfa8ecb3a3e6a988ebac8becb6bc |
UHC | 率꿨쳣橈묋춼 | 111000011110001110110010111001011010101110001001111010001111101010010001111010001010110110011000 | e1e3b2e5ab89e8fa91e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)