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 | 移????? | 10001000110110100011111100111111001111110011111100111111 | 88da3f3f3f3f3f |
EUC-JP | 移????? | 10110000110111000011111100111111001111110011111100111111 | b0dc3f3f3f3f3f |
UTF-8 | 移얠렢렯林흘 | 111001111010011110111011111011001001011010100000111010111010000010100010111010111010000010101111111011111010011110110100111011011001110110011000 | e7a7bbec96a0eba0a2eba0afefa7b4ed9d98 |
UHC | 移얠렢렯林흘 | 111011001011100110111110111011001000111010110011100011101011110011101100111101111100100011101010 | ecb9beec8eb38ebcecf7c8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)