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 | スマⅹスマⅹ^ | 101111011100111111111010010010011011110111001111111110100100100101011110 | bdcffa49bdcffa495e |
EUC-JP | スマ?スマ?^ | 1000111010111101100011101100111100111111100011101011110110001110110011110011111101011110 | 8ebd8ecf3f8ebd8ecf3f5e |
UTF-8 | スマⅹスマⅹ^ | 11101111101111011011110111101111101111101000111111100010100001011011100111101111101111011011110111101111101111101000111111100010100001011011100101011110 | efbdbdefbe8fe285b9efbdbdefbe8fe285b95e |
UHC | ??ⅹ??ⅹ^ | 001111110011111110100101101010100011111100111111101001011010101001011110 | 3f3fa5aa3f3fa5aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)