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 | 遙゙寬ー鴫 | 1110101010100001110111101111101010101010101100001000111010110000 | eaa1defaaab08eb0 |
EUC-JP | 遙゙?ー鴫 | 111101001010001110001110110111100011111110001110101100001011110010110010 | f4a38ede3f8eb0bcb2 |
UTF-8 | 遙゙寬ー鴫 | 111010011000000110011001111011111011111010011110111001011010111110101100111011111011110110110000111010011011010010101011 | e98199efbe9ee5afacefbdb0e9b4ab |
UHC | 遙?寬?? | 11101001101010110011111111001110101100000011111100111111 | e9ab3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)