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 | ?謙? | 00111111100011001010101000111111 | 3f8caa3f |
EUC-JP | ?謙醱 | 001111111011100010101100100011111110001011110111 | 3fb8ac8fe2f7 |
UTF-8 | 렺謙醱 | 111010111010000010111010111010001010110010011001111010011000011010110001 | eba0bae8ac99e986b1 |
UHC | 렺謙醱 | 100011101100001011001100110001011101101110100011 | 8ec2ccc5dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)