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 | 烏△?艤?? | 100010010100011110000001101000100011111111100100011111100011111100111111 | 894781a23fe47e3f3f |
EUC-JP | 烏△?艤?? | 101100011010100010100010101001000011111111100111110111110011111100111111 | b1a8a2a43fe7df3f3f |
UTF-8 | 烏△몺艤볡꺌 | 111001111000001110001111111000101001011010110011111010111010101010111010111010001000100110100100111010111011001110100001111010101011101010001100 | e7838fe296b3ebaabae889a4ebb3a1eaba8c |
UHC | 烏△몺艤볡꺌 | 111010001010000110100001111000101001000110100000111010111111101010010011111001111011001010100111 | e8a1a1e291a0ebfa93e7b2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)