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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????雅 | 001111110011111100111111001111111000100111101011 | 3f3f3f3f89eb |
EUC-JP | 濚???雅 | 1000111111001001101000010011111100111111001111111011001011101101 | 8fc9a13f3f3fb2ed |
UTF-8 | 濚밤꺂흸雅 | 111001101011111110011010111010111011000010100100111010101011101010000010111011011001110110111000111010011001101110000101 | e6bf9aebb0a4eaba82ed9db8e99b85 |
UHC | 濚밤꺂흸雅 | 11100111101110011011100111100011100000111010101111000101100100101110010010111010 | e7b9b9e383abc592e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)