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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?橈^ | 00111111100111101111010001011110 | 3f9ef45e |
EUC-JP | ?橈^ | 00111111110111001111011001011110 | 3fdcf65e |
UTF-8 | 뾑橈^ | 11101011101111101001000111100110101010011000100001011110 | ebbe91e6a9885e |
UHC | 뾑橈^ | 1001011101001111111010001111101001011110 | 974fe8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)