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 | 1001000001101011001111110111110101110110100100000110101100111111011111010111011001000010 | 906b3f7d76906b3f7d7642 |
EUC-JP | 震?}v震?}vB | 1011111111001100001111110111110101110110101111111100110000111111011111010111011001000010 | bfcc3f7d76bfcc3f7d7642 |
UTF-8 | 震섯}v震섯}vB | 1110100110011100100001111110110010000100101011110111110101110110111010011001110010000111111011001000010010101111011111010111011001000010 | e99c87ec84af7d76e99c87ec84af7d7642 |
UHC | 震섯}v震섯}vB | 11110010111010001011110010111000011111010111011011110010111010001011110010111000011111010111011001000010 | f2e8bcb87d76f2e8bcb87d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)