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 | 上ッ斜 | 10001111111000111010111110001110110011101111000111101101 | 8fe3af8ecef1ed |
EUC-JP | 上ッ斜? | 10111110111001011000111010101111101111001101000000111111 | bee58eafbcd03f |
UTF-8 | 上ッ斜 | 111001001011100010001010111011111011110110101111111001101001011010011100111011101000010110101000 | e4b88aefbdafe6969cee85a8 |
UHC | 上?斜? | 110111111011111000111111110111101101100000111111 | dfbe3fded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)