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 | 邉懃事豎 | 1110011110110011100111001110011110001110100101101110011010110001 | e7b39ce78e96e6b1 |
EUC-JP | 邉懃事豎 | 1110111010110101110110001110100110111011111101101110110010110011 | eeb5d8e9bbf6ecb3 |
UTF-8 | 邉懃事豎 | 111010011000001010001001111001101000011110000011111001001011101010001011111010001011000110001110 | e98289e68783e4ba8be8b18e |
UHC | ?懃事? | 001111111101000011000100110111101100000000111111 | 3fd0c4dec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)