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 | 邊「荳サ螽ィ | 11100111101100101010001011100100101110001011101111100101101010001000001101000010 | e7b2a2e4b8bbe5a88342 |
EUC-JP | 邊「荳サ螽ィ | 111011101011010010001110101000101110100010111010100011101011101111101010101010101010010110100011 | eeb48ea2e8ba8ebbeaaaa5a3 |
UTF-8 | 邊「荳サ螽ィ | 111010011000001010001010111011111011110110100010111010001000110110110011111011111011110110111011111010001001111010111101111000111000001010100011 | e9828aefbda2e88db3efbdbbe89ebde382a3 |
UHC | 邊?荳??ィ | 110111001010101100111111110101001110010100111111001111111010101110100011 | dcab3fd4e53f3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)