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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 睥痾v睥痾vB | 1110000111001100111000010111110101110110111000011100110011100001011111010111011001000010 | e1cce17d76e1cce17d7642 |
EUC-JP | 睥痾v睥痾vB | 1110001011001110111000011101111001110110111000101100111011100001110111100111011001000010 | e2cee1de76e2cee1de7642 |
UTF-8 | 睥痾v睥痾vB | 111001111001110110100101111001111001011110111110011101101110011110011101101001011110011110010111101111100111011001000010 | e79da5e797be76e79da5e797be7642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)