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 | 上ッ斜濵 | 10001111111000111010111110001110110011101111101101001101 | 8fe3af8ecefb4d |
EUC-JP | 上ッ斜濵 | 101111101110010110001110101011111011110011010000100011111100100110100110 | bee58eafbcd08fc9a6 |
UTF-8 | 上ッ斜濵 | 111001001011100010001010111011111011110110101111111001101001011010011100111001101011111110110101 | e4b88aefbdafe6969ce6bfb5 |
UHC | 上?斜? | 110111111011111000111111110111101101100000111111 | dfbe3fded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)