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 | 蒟わ讐蔗 | 1110010011100101100000101110110110001111010100011110010011110010 | e4e582ed8f51e4f2 |
EUC-JP | 蒟わ讐蔗 | 1110100011100111101001001110111110111101101100101110100011110100 | e8e7a4efbdb2e8f4 |
UTF-8 | 蒟わ讐蔗 | 111010001001001010011111111000111000001010001111111010001010111010010000111010001001010010010111 | e8929fe3828fe8ae90e89497 |
UHC | ?わ讐蔗 | 00111111101010101110111111100010110000101110110110111101 | 3faaefe2c2edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)