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 | 錻給衆蟯 | 1110100001000110100010111000101110001111010011111110010110110010 | e8468b8b8f4fe5b2 |
EUC-JP | 錻給衆蟯 | 1110111110100111101101011110101110111101101100001110101010110100 | efa7b5ebbdb0eab4 |
UTF-8 | 錻給衆蟯 | 111010011000110010111011111001111011010110100110111010001010000110000110111010001001111110101111 | e98cbbe7b5a6e8a186e89faf |
UHC | ?給衆蟯 | 00111111110100001110010111110001111010111110100110101000 | 3fd0e5f1ebe9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)