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 | 1000101111000110001111110111110101110110100010111100011000111111011111010111011001000010 | 8bc63f7d768bc63f7d7642 |
EUC-JP | 業?}v業?}vB | 1011011011001000001111110111110101110110101101101100100000111111011111010111011001000010 | b6c83f7d76b6c83f7d7642 |
UTF-8 | 業둊}v業둊}vB | 1110011010100101101011011110101110010001100010100111110101110110111001101010010110101101111010111001000110001010011111010111011001000010 | e6a5adeb918a7d76e6a5adeb918a7d7642 |
UHC | 業둊}v業둊}vB | 11100101111101101000101001000110011111010111011011100101111101101000101001000110011111010111011001000010 | e5f68a467d76e5f68a467d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)