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 | 齋??佚 | 111000100101011000111111001111111001100011000011 | e2563f3f98c3 |
EUC-JP | 齋??佚 | 111000111011011100111111001111111101000011000101 | e3b73f3fd0c5 |
UTF-8 | 齋멧갖佚 | 111010011011110110001011111010111010100110100111111010101011000010010110111001001011110110011010 | e9bd8beba9a7eab096e4bd9a |
UHC | 齋멧갖佚 | 1110111010110001101110001110010010110000101011101110110011101010 | eeb1b8e4b0aeecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)