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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譿ィ遏③ | 11111011101011001010100011100111100111111000011101000010 | fbaca8e79f8742 |
EUC-JP | ?ィ遏? | 001111111000111010101000111011101010000100111111 | 3f8ea8eea13f |
UTF-8 | 譿ィ遏③ | 111010001010110110111111111011111011110110101000111010011000000110001111111000101001000110100010 | e8adbfefbda8e9818fe291a2 |
UHC | ???③ | 0011111100111111001111111010100011101001 | 3f3f3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)