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 | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
SJIS-WIN | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
EUC-JP | ?Af?AT?Af | 001111110100000101100110001111110100000101010100001111110100000101100110 | 3f41663f41543f4166 |
UTF-8 | 혪Af혪AT혪Af | 111011011001100010101010010000010110011011101101100110001010101001000001010101001110110110011000101010100100000101100110 | ed98aa4166ed98aa4154ed98aa4166 |
UHC | 혪Af혪AT혪Af | 110000101001001001000001011001101100001010010010010000010101010011000010100100100100000101100110 | c2924166c2924154c2924166 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)