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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惟?〃魚 | 10001000110100100011111110000001010101101000101110011011 | 88d23f81568b9b |
EUC-JP | 惟?〃魚 | 10110000110101000011111110100001101101111011010111111011 | b0d43fa1b7b5fb |
UTF-8 | 惟깅〃魚 | 111001101000001110011111111010101011100110000101111000111000000010000011111010011010110110011010 | e6839feab985e38083e9ad9a |
UHC | 惟깅〃魚 | 1110101011101110101100011110101110100001101010001110010111100000 | eaeeb1eba1a8e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)