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 | 耀??議?? | 1001011101110011001111110011111110001011011000110011111100111111 | 97733f3f8b633f3f |
EUC-JP | 耀??議?? | 1100110111010100001111110011111110110101110001000011111100111111 | cdd43f3fb5c43f3f |
UTF-8 | 耀붴꽒議뗥윜 | 111010001000000010000000111010111011011010110100111010101011110110010010111010001010110110110000111010111001011110100101111011001001110010011100 | e88080ebb6b4eabd92e8adb0eb97a5ec9c9c |
UHC | 耀붴꽒議뗥윜 | 111010011010010110010100111000101000010010100001111011001010000110001011111001011001111110011111 | e9a594e284a1eca18be59f9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)