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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 譽??渦??B | 111001101010001100111111001111111000100101010001001111110011111101000010 | e6a33f3f89513f3f42 |
EUC-JP | 譽??渦??B | 111011001010010100111111001111111011000110110010001111110011111101000010 | eca53f3fb1b23f3f42 |
UTF-8 | 譽길룂渦욘룂B | 11101000101011011011110111101010101110001011100011101011101000111000001011100110101110001010011011101100100110101001100011101011101000111000001001000010 | e8adbdeab8b8eba382e6b8a6ec9a98eba38242 |
UHC | 譽길룂渦욘룂B | 11100111111000101011000111100110100011111000001111101000101111101011111111100110100011111000001101000010 | e7e2b1e68f83e8bebfe68f8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)