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 | 外??寡? | 10001010010011110011111100111111100010011100011100111111 | 8a4f3f3f89c73f |
EUC-JP | 外??寡濚 | 101100111011000000111111001111111011001011001001100011111100100110100001 | b3b03f3fb2c98fc9a1 |
UTF-8 | 外쇺닖寡濚 | 111001011010010010010110111011001000011110111010111010111000101110010110111001011010111110100001111001101011111110011010 | e5a496ec87baeb8b96e5afa1e6bf9a |
UHC | 外쇺닖寡濚 | 11101000111000101001100111100010100010001001101011001101111110111110011110111001 | e8e299e2889acdfbe7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)