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 | 遙゙寬ー竺 | 1110101010100001110111101111101010101010101100001000111010110001 | eaa1defaaab08eb1 |
EUC-JP | 遙゙?ー竺 | 111101001010001110001110110111100011111110001110101100001011110010110011 | f4a38ede3f8eb0bcb3 |
UTF-8 | 遙゙寬ー竺 | 111010011000000110011001111011111011111010011110111001011010111110101100111011111011110110110000111001111010101110111010 | e98199efbe9ee5afacefbdb0e7abba |
UHC | 遙?寬?竺 | 1110100110101011001111111100111010110000001111111111010111100111 | e9ab3fceb03ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)