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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 礁スシス症 | 10001111110010101011110110111100101111011000111111000111 | 8fcabdbcbd8fc7 |
EUC-JP | 礁スシス症 | 10111110110011001000111010111101100011101011110010001110101111011011111011001001 | becc8ebd8ebc8ebdbec9 |
UTF-8 | 礁スシス症 | 111001111010010010000001111011111011110110111101111011111011110110111100111011111011110110111101111001111001011110000111 | e7a481efbdbdefbdbcefbdbde79787 |
UHC | 礁???症 | 11110101101001110011111100111111001111111111000111111000 | f5a73f3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)