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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 礁スシカRE | 10001111110010101011110110111100101101100101001001000101 | 8fcabdbcb65245 |
EUC-JP | 礁スシカRE | 10111110110011001000111010111101100011101011110010001110101101100101001001000101 | becc8ebd8ebc8eb65245 |
UTF-8 | 礁スシカRE | 1110011110100100100000011110111110111101101111011110111110111101101111001110111110111101101101100101001001000101 | e7a481efbdbdefbdbcefbdb65245 |
UHC | 礁???RE | 11110101101001110011111100111111001111110101001001000101 | f5a73f3f3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)