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 | å·Ñí£ | 1110010110110111100011011101000110000011111011011001001110100011 | e5b78dd183ed93a3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | å??Ñ?í?£ | 100011111010101110101001001111110011111110001111101010101101000000111111100011111010101110111111001111111010000111110010 | 8faba93f3f8faad03f8fabbf3fa1f2 |
UTF-8 | å·Ñí£ | 11000011101001011100001010110111110000101000110111000011100100011100001010000011110000111010110111000010100100111100001010100011 | c3a5c2b7c28dc391c283c3adc293c2a3 |
UHC | ?·?????? | 001111111010000110100100001111110011111100111111001111110011111100111111 | 3fa1a43f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)