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 | ???給 | 0011111100111111001111111000101110001011 | 3f3f3f8b8b |
EUC-JP | ???給 | 0011111100111111001111111011010111101011 | 3f3f3fb5eb |
UTF-8 | 筽뚪뇦給 | 111001111010110110111101111010111001101010101010111010111000011110100110111001111011010110100110 | e7adbdeb9aaaeb87a6e7b5a6 |
UHC | 筽뚪뇦給 | 1110100010100100100011001110100110000111100011101101000011100101 | e8a48ce9878ed0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)