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 | 鈼゙・コ | 11111011110001101101111011110001100011101010010110111010 | fbc6def18ea5ba |
EUC-JP | 鈼゙?・コ | 10001111111000111101011010001110110111100011111110001110101001011000111010111010 | 8fe3d68ede3f8ea58eba |
UTF-8 | 鈼゙・コ | 111010011000100010111100111011111011111010011110111011101000010010001001111011111011110110100101111011111011110110111010 | e988bcefbe9eee8489efbda5efbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)