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 | 紆?肢?遵 | 1110001011111100001111111000111010001000001111111000111110000101 | e2fc3f8e883f8f85 |
EUC-JP | 紆?肢?遵 | 1110010011111110001111111011101111101000001111111011110111100101 | e4fe3fbbe83fbde5 |
UTF-8 | 紆렡肢렖遵 | 111001111011010010000110111010111010000010100001111010001000001010100010111010111010000010010110111010011000000110110101 | e7b486eba0a1e882a2eba096e981b5 |
UHC | 紆렡肢렖遵 | 11101001111000011000111010110010111100101011011010001110101010111111000111100101 | e9e18eb2f2b68eabf1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)