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 | 謠??矜 | 111001101000111100111111001111111110000111100000 | e68f3f3fe1e0 |
EUC-JP | 謠??矜 | 111010111110111100111111001111111110001011100010 | ebef3f3fe2e2 |
UTF-8 | 謠쇤뇦矜 | 111010001010110010100000111011001000011110100100111010111000011110100110111001111001111110011100 | e8aca0ec87a4eb87a6e79f9c |
UHC | 謠쇤뇦矜 | 1110100110101010101111001110100110000111100011101101000011101000 | e9aabce9878ed0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)