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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 移?????? | 1000100011011010001111110011111100111111001111110011111100111111 | 88da3f3f3f3f3f3f |
EUC-JP | 移?????? | 1011000011011100001111110011111100111111001111110011111100111111 | b0dc3f3f3f3f3f3f |
UTF-8 | 移얠렢렯林흘렱 | 111001111010011110111011111011001001011010100000111010111010000010100010111010111010000010101111111011111010011110110100111011011001110110011000111010111010000010110001 | e7a7bbec96a0eba0a2eba0afefa7b4ed9d98eba0b1 |
UHC | 移얠렢렯林흘렱 | 1110110010111001101111101110110010001110101100111000111010111100111011001111011111001000111010101000111010111110 | ecb9beec8eb38ebcecf7c8ea8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)