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 | 1001100010101110100000010101110101110110100110001010111010000001010111010111011001000010 | 98ae815d7698ae815d7642 |
EUC-JP | 舒‐v舒‐vB | 1101000010110000101000011011111001110110110100001011000010100001101111100111011001000010 | d0b0a1be76d0b0a1be7642 |
UTF-8 | 舒‐v舒‐vB | 111010001000100010010010111000101000000010010000011101101110100010001000100100101110001010000000100100000111011001000010 | e88892e2809076e88892e280907642 |
UHC | 舒?v舒?vB | 111000001010001000111111011101101110000010100010001111110111011001000010 | e0a23f76e0a23f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)