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 | 譿ィ贒予 | 11111011101011001010100011111011101011111001011101011100 | fbaca8fbaf975c |
EUC-JP | ?ィ贒予 | 0011111110001110101010001000111111011111110000111100110110111101 | 3f8ea88fdfc3cdbd |
UTF-8 | 譿ィ贒予 | 111010001010110110111111111011111011110110101000111010001011010010010010111001001011101010001000 | e8adbfefbda8e8b492e4ba88 |
UHC | ???予 | 0011111100111111001111111110010111111000 | 3f3f3fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)