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 | å¼µÑë | 1110010110111100101101011101000110000111111010111000100010001000 | e5bcb5d187eb8888 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??Ñ?ë?? | 1000111110101011101010010011111100111111100011111010101011010000001111111000111110101011101100110011111100111111 | 8faba93f3f8faad03f8fabb33f3f |
UTF-8 | å¼µÑë | 11000011101001011100001010111100110000101011010111000011100100011100001010000111110000111010101111000010100010001100001010001000 | c3a5c2bcc2b5c391c287c3abc288c288 |
UHC | ?¼?????? | 001111111010100011111001001111110011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)