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 | 錥ト寬ゥ鴫鵰 | 11111011110101111100010011111010101010101010100110001110101100001111110001000111 | fbd7c4faaaa98eb0fc47 |
EUC-JP | 錥ト?ゥ鴫鵰 | 10001111111001001110000010001110110001000011111110001110101010011011110010110010100011111110101111111011 | 8fe4e08ec43f8ea9bcb28febfb |
UTF-8 | 錥ト寬ゥ鴫鵰 | 111010011000110010100101111011111011111010000100111001011010111110101100111011111011110110101001111010011011010010101011111010011011010110110000 | e98ca5efbe84e5afacefbda9e9b4abe9b5b0 |
UHC | ??寬??? | 00111111001111111100111010110000001111110011111100111111 | 3f3fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)