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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 﨑檎ー認 | 11111010101100011000110011100111101100001001010001000110 | fab18ce7b09446 |
EUC-JP | ?檎ー認 | 00111111101110001110100110001110101100001100011110100111 | 3fb8e98eb0c7a7 |
UTF-8 | 﨑檎ー認 | 111011111010100010010001111001101010101010001110111011111011110110110000111010001010101010001101 | efa891e6aa8eefbdb0e8aa8d |
UHC | ?檎?認 | 001111111101000011010101001111111110110011100011 | 3fd0d53fece3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)