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 | シォシク^ | 111100101111000110111100101010111111001011100111101111001011100001011110 | f2f1bcabf2e7bcb85e |
EUC-JP | ?シォ?シク^ | 0011111110001110101111001000111010101011001111111000111010111100100011101011100001011110 | 3f8ebc8eab3f8ebc8eb85e |
UTF-8 | シォシク^ | 11101110100010001010100011101111101111011011110011101111101111011010101111101110100010001001111011101111101111011011110011101111101111011011100001011110 | ee88a8efbdbcefbdabee889eefbdbcefbdb85e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)