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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 移?}v移?}vB | 1000100011011010001111110111110101110110100010001101101000111111011111010111011001000010 | 88da3f7d7688da3f7d7642 |
EUC-JP | 移?}v移?}vB | 1011000011011100001111110111110101110110101100001101110000111111011111010111011001000010 | b0dc3f7d76b0dc3f7d7642 |
UTF-8 | 移렢}v移렢}vB | 1110011110100111101110111110101110100000101000100111110101110110111001111010011110111011111010111010000010100010011111010111011001000010 | e7a7bbeba0a27d76e7a7bbeba0a27d7642 |
UHC | 移렢}v移렢}vB | 11101100101110011000111010110011011111010111011011101100101110011000111010110011011111010111011001000010 | ecb98eb37d76ecb98eb37d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)