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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?健ア??^ | 0011111110001100100100101000001101000001001111110011111101011110 | 3f8c9283413f3f5e |
EUC-JP | ?健ア??^ | 0011111110110111111100101010010110100010001111110011111101011110 | 3fb7f2a5a23f3f5e |
UTF-8 | 룴健ア룵엌^ | 11101011101000111011010011100101100000011010010111100011100000101010001011101011101000111011010111101100100101111000110001011110 | eba3b4e581a5e382a2eba3b5ec978c5e |
UHC | 룴健ア룵엌^ | 1000111110101001110010111110110110101011101000101000111110101010101111101111110101011110 | 8fa9cbedaba28faabefd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)