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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湜湿煇「鮗コ | 11111011010001111000111010111100111110110101011110100010111010011011101010111010 | fb478ebcfb57a2e9baba |
EUC-JP | 湜湿煇「鮗コ | 1000111111000111111111001011110010111110100011111100100111110101100011101010001011110010101111001000111010111010 | 8fc7fcbcbe8fc9f58ea2f2bc8eba |
UTF-8 | 湜湿煇「鮗コ | 111001101011100110011100111001101011100110111111111001111000010110000111111011111011110110100010111010011010111010010111111011111011110110111010 | e6b99ce6b9bfe78587efbda2e9ae97efbdba |
UHC | 湜?煇??? | 1110001111010111001111111111110111001000001111110011111100111111 | e3d73ffdc83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)