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 | 10011010101001011110011010111001011111010111011010011010101001011110011010111001011111010111011001000010 | 9aa5e6b97d769aa5e6b97d7642 |
EUC-JP | 嗇貉}v嗇貉}vB | 11010100101001111110110010111011011111010111011011010100101001111110110010111011011111010111011001000010 | d4a7ecbb7d76d4a7ecbb7d7642 |
UTF-8 | 嗇貉}v嗇貉}vB | 1110010110010111100001111110100010110010100010010111110101110110111001011001011110000111111010001011001010001001011111010111011001000010 | e59787e8b2897d76e59787e8b2897d7642 |
UHC | 嗇?}v嗇?}vB | 1101111111100000001111110111110101110110110111111110000000111111011111010111011001000010 | dfe03f7d76dfe03f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)