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 | 1000100011010101001111110111110101110110100010001101010100111111011111010111011001000010 | 88d53f7d7688d53f7d7642 |
EUC-JP | 易?}v易?}vB | 1011000011010111001111110111110101110110101100001101011100111111011111010111011001000010 | b0d73f7d76b0d73f7d7642 |
UTF-8 | 易똒}v易똒}vB | 1110011010011000100100111110101110011000100100100111110101110110111001101001100010010011111010111001100010010010011111010111011001000010 | e69893eb98927d76e69893eb98927d7642 |
UHC | 易똒}v易똒}vB | 11100110101101101000110001010001011111010111011011100110101101101000110001010001011111010111011001000010 | e6b68c517d76e6b68c517d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)