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 | 礁スシタ上 | 10001111110010101011110110111100110000001000111111100011 | 8fcabdbcc08fe3 |
EUC-JP | 礁スシタ上 | 10111110110011001000111010111101100011101011110010001110110000001011111011100101 | becc8ebd8ebc8ec0bee5 |
UTF-8 | 礁スシタ上 | 111001111010010010000001111011111011110110111101111011111011110110111100111011111011111010000000111001001011100010001010 | e7a481efbdbdefbdbcefbe80e4b88a |
UHC | 礁???上 | 11110101101001110011111100111111001111111101111110111110 | f5a73f3f3fdfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)