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 | ??製??^ | 00111111001111111001000010111011001111110011111101011110 | 3f3f90bb3f3f5e |
EUC-JP | ??製??^ | 00111111001111111100000010111101001111110011111101011110 | 3f3fc0bd3f3f5e |
UTF-8 | 송셥製셰섦^ | 11101100100001101010000111101100100001011010010111101000101000111011110111101100100001011011000011101100100001001010011001011110 | ec86a1ec85a5e8a3bdec85b0ec84a65e |
UHC | 송셥製셰섦^ | 1011110011011011101111001100101011110000101100101011110011001110101111001011010001011110 | bcdbbccaf0b2bccebcb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)