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 | 1000100101001001001111110111110101110110100010010100100100111111011111010111011001000010 | 89493f7d7689493f7d7642 |
EUC-JP | 迂?}v迂?}vB | 1011000110101010001111110111110101110110101100011010101000111111011111010111011001000010 | b1aa3f7d76b1aa3f7d7642 |
UTF-8 | 迂렧}v迂렧}vB | 1110100010111111100000101110101110100000101001110111110101110110111010001011111110000010111010111010000010100111011111010111011001000010 | e8bf82eba0a77d76e8bf82eba0a77d7642 |
UHC | 迂렧}v迂렧}vB | 11101001111001101000111010110110011111010111011011101001111001101000111010110110011111010111011001000010 | e9e68eb67d76e9e68eb67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)