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 | 邊イ邂壽 | 11100111101100101011001011100111101011101001101011100110 | e7b2b2e7ae9ae6 |
EUC-JP | 邊イ邂壽 | 1110111010110100100011101011001011101110101100001101010011101000 | eeb48eb2eeb0d4e8 |
UTF-8 | 邊イ邂壽 | 111010011000001010001010111011111011110110110010111010011000001010000010111001011010001110111101 | e9828aefbdb2e98282e5a3bd |
UHC | 邊?邂壽 | 11011100101010110011111111111010101100111110000111111000 | dcab3ffab3e1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)