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 | 邉懆ゥ樞 | 11100111101100111001110011101000101010011001111011100010 | e7b39ce8a99ee2 |
EUC-JP | 邉懆ゥ樞 | 1110111010110101110110001110101010001110101010011101110011100100 | eeb5d8ea8ea9dce4 |
UTF-8 | 邉懆ゥ樞 | 111010011000001010001001111001101000011110000110111011111011110110101001111001101010100010011110 | e98289e68786efbda9e6a89e |
UHC | ???樞 | 0011111100111111001111111111010111010010 | 3f3f3ff5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)