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 | 錥ト寬ゥ鴫 | 1111101111010111110001001111101010101010101010011000111010110000 | fbd7c4faaaa98eb0 |
EUC-JP | 錥ト?ゥ鴫 | 10001111111001001110000010001110110001000011111110001110101010011011110010110010 | 8fe4e08ec43f8ea9bcb2 |
UTF-8 | 錥ト寬ゥ鴫 | 111010011000110010100101111011111011111010000100111001011010111110101100111011111011110110101001111010011011010010101011 | e98ca5efbe84e5afacefbda9e9b4ab |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)