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 | ??^??^ | 001111110011111101011110001111110011111101011110 | 3f3f5e3f3f5e |
SJIS-WIN | 飮?^飮?^ | 1001111101011010001111110101111010011111010110100011111101011110 | 9f5a3f5e9f5a3f5e |
EUC-JP | 飮?^飮?^ | 1101110110111011001111110101111011011101101110110011111101011110 | ddbb3f5eddbb3f5e |
UTF-8 | 飮쩣^飮쩣^ | 1110100110100011101011101110110010101001101000110101111011101001101000111010111011101100101010011010001101011110 | e9a3aeeca9a35ee9a3aeeca9a35e |
UHC | 飮쩣^飮쩣^ | 11101011111001101010010101010100010111101110101111100110101001010101010001011110 | ebe6a5545eebe6a5545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)