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 | 111000000111111000111111011101101110000001111110001111110111011001000010 | e07e3f76e07e3f7642 |
EUC-JP | 烝?v烝?vB | 110111111101111100111111011101101101111111011111001111110111011001000010 | dfdf3f76dfdf3f7642 |
UTF-8 | 烝螺v烝螺vB | 111001111000001110011101111011111010010010010001011101101110011110000011100111011110111110100100100100010111011001000010 | e7839defa49176e7839defa4917642 |
UHC | 烝螺v烝螺vB | 1111000111110110110100011101111001110110111100011111011011010001110111100111011001000010 | f1f6d1de76f1f6d1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)