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 | 綵ъコ藪 | 11100011010111001000010010001100101110101110010101001101 | e35c848cbae54d |
EUC-JP | 綵ъコ藪 | 1110010110111101101001111110110010001110101110101110100110101110 | e5bda7ec8ebae9ae |
UTF-8 | 綵ъコ藪 | 1110011110110110101101011101000110001010111011111011110110111010111010001001011110101010 | e7b6b5d18aefbdbae897aa |
UHC | 綵ъ?藪 | 11110011111101111010110011101100001111111110001010111111 | f3f7acec3fe2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)