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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樹????? | 10001110111101110011111100111111001111110011111100111111 | 8ef73f3f3f3f3f |
EUC-JP | 樹????? | 10111100111110010011111100111111001111110011111100111111 | bcf93f3f3f3f3f |
UTF-8 | 樹렋렖렋롉렳 | 111001101010100010111001111010111010000010001011111010111010000010010110111010111010000010001011111010111010000110001001111010111010000010110011 | e6a8b9eba08beba096eba08beba189eba0b3 |
UHC | 樹렋렖렋롉렳 | 111000101010011110001110101000101000111010101011100011101010001010001110110011111000111011000000 | e2a78ea28eab8ea28ecf8ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)