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 | ????業業 | 0011111100111111001111110011111110001011110001101000101111000110 | 3f3f3f3f8bc68bc6 |
| EUC-JP | ????業業 | 0011111100111111001111110011111110110110110010001011011011001000 | 3f3f3f3fb6c8b6c8 |
| UTF-8 | 뎚뭒뫔묿業業 | 111010111000111010011010111010111010110110010010111010111010101110010100111010111010110010111111111001101010010110101101111001101010010110101101 | eb8e9aebad92ebab94ebacbfe6a5ade6a5ad |
| UHC | 뎚뭒뫔묿業業 | 100010010110101110010010010110101001000110110110100100100100111011100101111101101110010111110110 | 896b925a91b6924ee5f6e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)