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 | 1001001011110011100101111100011101110110100100101111001110010111110001110111011001000010 | 92f397c77692f397c77642 |
EUC-JP | 汀良v汀良vB | 1100010011110101110011101100100101110110110001001111010111001110110010010111011001000010 | c4f5cec976c4f5cec97642 |
UTF-8 | 汀良v汀良vB | 111001101011000110000000111010001000100110101111011101101110011010110001100000001110100010001001101011110111011001000010 | e6b180e889af76e6b180e889af7642 |
UHC | 汀良v汀良vB | 1110111111100010110101011101111001110110111011111110001011010101110111100111011001000010 | efe2d5de76efe2d5de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)