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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 節??鈺??^ | 100100001101111100111111001111111111101111000100001111110011111101011110 | 90df3f3ffbc43f3f5e |
EUC-JP | 節??鈺??^ | 11000000111000010011111100111111100011111110001111010101001111110011111101011110 | c0e13f3f8fe3d53f3f5e |
UTF-8 | 節억슥鈺섌윮^ | 11100111101011111000000011101100100101101011010111101100100010101010010111101001100010001011101011101100100001001000110011101100100111001010111001011110 | e7af80ec96b5ec8aa5e988baec848cec9cae5e |
UHC | 節억슥鈺섌윮^ | 11101111101111011011111011101111101111011011101111101000101011011001100011101001100111111010110101011110 | efbdbeefbdbbe8ad98e99fad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)