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 | 逑基k﨟ウ | 111001111001001110001010111011101000001010001011111110111001110110110011 | e7938aee828bfb9db3 |
EUC-JP | 逑基k?ウ | 111011011111001110110100111100001010001111101011001111111000111010110011 | edf3b4f0a3eb3f8eb3 |
UTF-8 | 逑基k﨟ウ | 111010011000000010010001111001011001111110111010111011111011110110001011111011111010100010011111111011111011110110110011 | e98091e59fbaefbd8befa89fefbdb3 |
UHC | 逑基k?? | 1100111111000111110100001111000110100011111010110011111100111111 | cfc7d0f1a3eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)