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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???艤?幼 | 0011111100111111001111111110010001111110001111111001011101100011 | 3f3f3fe47e3f9763 |
EUC-JP | ???艤?幼 | 0011111100111111001111111110011111011111001111111100110111000100 | 3f3f3fe7df3fcdc4 |
UTF-8 | 緣낆떓艤뻈幼 | 111001111011011110100011111010111000001010000110111010111001011010010011111010001000100110100100111010111011101110001000111001011011100110111100 | e7b7a3eb8286eb9693e889a4ebbb88e5b9bc |
UHC | 緣낆떓艤뻈幼 | 111001101101111010000101111011001000101110101001111010111111101010010110010100011110101011101010 | e6de85ec8ba9ebfa9651eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)