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 | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | ?壙畔D歟? | 001111111001101011011011100101001100100001000100100111110110001000111111 | 3f9adb94c8449f623f |
EUC-JP | ?壙畔D歟? | 001111111101010011011101110010001100101001000100110111011100001100111111 | 3fd4ddc8ca44ddc33f |
UTF-8 | 충壙畔D歟뤸 | 11101100101101101010100111100101101000111001100111100111100101011001010001000100111001101010110110011111111010111010010010111000 | ecb6a9e5a399e7959444e6ad9feba4b8 |
UHC | 충壙畔D歟뤸 | 1100001111100110110011101100010111011010111011010100010011100110101000101000111111100110 | c3e6cec5daed44e6a28fe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)