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 | スコスコ^ | 111100011100100010111101101110101111000111001000101111011011101001011110 | f1c8bdbaf1c8bdba5e |
EUC-JP | ?スコ?スコ^ | 0011111110001110101111011000111010111010001111111000111010111101100011101011101001011110 | 3f8ebd8eba3f8ebd8eba5e |
UTF-8 | スコスコ^ | 11101110100001011000001111101111101111011011110111101111101111011011101011101110100001011000001111101111101111011011110111101111101111011011101001011110 | ee8583efbdbdefbdbaee8583efbdbdefbdba5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)