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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奄??鷹 | 100010011000001000111111001111111001000111101001 | 89823f3f91e9 |
EUC-JP | 奄??鷹 | 101100011110001000111111001111111100001011101011 | b1e23f3fc2eb |
UTF-8 | 奄뫄첌鷹 | 111001011010010110000100111010111010101110000100111011001011001010001100111010011011011110111001 | e5a584ebab84ecb28ce9b7b9 |
UHC | 奄뫄첌鷹 | 1110010111110010101110001111101010101010100110011110101111101101 | e5f2b8faaa99ebed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)