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 | Y ¶vB | 1001001001011001100100011010000010010001101101100111011001000010 | 925991a091b67642 |
SJIS-WIN | ?Y???¶vB | 001111110101100100111111001111110011111110000001111101110111011001000010 | 3f593f3f3f81f77642 |
EUC-JP | ?Y???¶vB | 001111110101100100111111001111110011111110100010111110010111011001000010 | 3f593f3f3fa2f97642 |
UTF-8 | Y ¶vB | 11000010100100100101100111000010100100011100001010100000110000101001000111000010101101100111011001000010 | c29259c291c2a0c291c2b67642 |
UHC | ?Y???¶vB | 001111110101100100111111001111110011111110100010110100100111011001000010 | 3f593f3f3fa2d27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)