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 | 族逗???? | 1001000110110000100100001000000000111111001111110011111100111111 | 91b090803f3f3f3f |
EUC-JP | 族逗???? | 1100001010110010101111111110000000111111001111110011111100111111 | c2b2bfe03f3f3f3f |
UTF-8 | 族逗렢며렒옵 | 111001101001011110001111111010011000000010010111111010111010000010100010111010111010100110110000111010111010000010010010111011001001100010110101 | e6978fe98097eba0a2eba9b0eba092ec98b5 |
UHC | 族逗렢며렒옵 | 111100001110100111010100111010001000111010110011101110001110011110001110101001111011111111001001 | f0e9d4e88eb3b8e78ea7bfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)