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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シア硝ォシ | 1111001011111010101111001011000110001111110010011010101110111100 | f2fabcb18fc9abbc |
EUC-JP | ?シア硝ォシ | 0011111110001110101111001000111010110001101111101100101110001110101010111000111010111100 | 3f8ebc8eb1becb8eab8ebc |
UTF-8 | シア硝ォシ | 111011101000100010110001111011111011110110111100111011111011110110110001111001111010000110011101111011111011110110101011111011111011110110111100 | ee88b1efbdbcefbdb1e7a19defbdabefbdbc |
UHC | ???硝?? | 00111111001111110011111111110101101001100011111100111111 | 3f3f3ff5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)