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 | 100011101111000100111111011101101000111011110001001111110111011001000010 | 8ef13f768ef13f7642 |
EUC-JP | 首璹v首璹vB | 10111100111100111000111111001100111001110111011010111100111100111000111111001100111001110111011001000010 | bcf38fcce776bcf38fcce77642 |
UTF-8 | 首璹v首璹vB | 111010011010011010010110111001111001001010111001011101101110100110100110100101101110011110010010101110010111011001000010 | e9a696e792b976e9a696e792b97642 |
UHC | 首璹v首璹vB | 1110001011001111111000101101101101110110111000101100111111100010110110110111011001000010 | e2cfe2db76e2cfe2db7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)