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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膠ょ韻B | 11100100010100001000001011100101100010010100001101000010 | e45082e5894342 |
EUC-JP | 膠ょ韻B | 11100111101100011010010011100111101100011010010001000010 | e7b1a4e7b1a442 |
UTF-8 | 膠ょ韻B | 11101000100001101010000011100011100000101000011111101001100111111011101101000010 | e886a0e38287e99fbb42 |
UHC | 膠ょ韻B | 11001110111011111010101011100111111010101010010001000010 | ceefaae7eaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)