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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 髯ャ譎∵」イh | 11101001100110011010110011100110100110011000000111100110101000111011001001101000 | e999ace69981e6a3b268 |
EUC-JP | 髯ャ譎∵」イh | 11110001111110011000111010101100111010111111100110100010111010001000111010100011100011101011001001101000 | f1f98eacebf9a2e88ea38eb268 |
UTF-8 | 髯ャ譎∵」イh | 11101001101010111010111111101111101111011010110011101000101011011000111011100010100010001011010111101111101111011010001111101111101111011011001001101000 | e9abafefbdace8ad8ee288b5efbda3efbdb268 |
UHC | ??譎∵??h | 001111110011111111111101110100101010000111110001001111110011111101101000 | 3f3ffdd2a1f13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)