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 | ??_? | 00111111001111110101111100111111 | 3f3f5f3f |
SJIS-WIN | ?賞_亦 | 001111111000111111011100010111111001011010010010 | 3f8fdc5f9692 |
EUC-JP | ?賞_亦 | 001111111011111011011110010111111100101111110010 | 3fbede5fcbf2 |
UTF-8 | 잢賞_亦 | 11101100100111101010001011101000101100111001111001011111111001001011101010100110 | ec9ea2e8b39e5fe4baa6 |
UHC | 잢賞_亦 | 10011111111100011101111111011011010111111110011010110010 | 9ff1dfdb5fe6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)