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 | 礁ス灼濵 | 10001111110010101011110110001110110111001111101101001101 | 8fcabd8edcfb4d |
EUC-JP | 礁ス灼濵 | 101111101100110010001110101111011011110011011110100011111100100110100110 | becc8ebdbcde8fc9a6 |
UTF-8 | 礁ス灼濵 | 111001111010010010000001111011111011110110111101111001111000000110111100111001101011111110110101 | e7a481efbdbde781bce6bfb5 |
UHC | 礁?灼? | 111101011010011100111111111011011100011100111111 | f5a73fedc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)