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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈔倬絢 | 111001111110001010011000111010011000100010111010 | e7e298e988ba |
EUC-JP | 鈔倬絢 | 111011101110010011010000111010111011000010111100 | eee4d0ebb0bc |
UTF-8 | 鈔倬絢 | 111010011000100010010100111001011000000010101100111001111011010110100010 | e98894e580ace7b5a2 |
UHC | ?倬絢 | 0011111111110110111100001111101011100010 | 3ff6f0fae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)