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 | 松晴タ上 | 10001111101111001111101011011000110000001000111111100011 | 8fbcfad8c08fe3 |
EUC-JP | 松?タ上 | 10111110101111100011111110001110110000001011111011100101 | bebe3f8ec0bee5 |
UTF-8 | 松晴タ上 | 111001101001110110111110111011111010100010010010111011111011111010000000111001001011100010001010 | e69dbeefa892efbe80e4b88a |
UHC | 松??上 | 111000011110011000111111001111111101111110111110 | e1e63f3fdfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)