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 | ??い節 | 001111110011111110000010101000101001000011011111 | 3f3f82a290df |
EUC-JP | ??い節 | 001111110011111110100100101001001100000011100001 | 3f3fa4a4c0e1 |
UTF-8 | 筽뚩い節 | 111001111010110110111101111010111001101010101001111000111000000110000100111001111010111110000000 | e7adbdeb9aa9e38184e7af80 |
UHC | 筽뚩い節 | 1110100010100100100011001110100010101010101001001110111110111101 | e8a48ce8aaa4efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)