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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畯?梯?衆 | 1111101101101111001111111001001011110010001111111000111101001111 | fb6f3f92f23f8f4f |
EUC-JP | 畯?梯?衆 | 100011111100110110111011001111111100010011110100001111111011110110110000 | 8fcdbb3fc4f43fbdb0 |
UTF-8 | 畯렡梯렎衆 | 111001111001010110101111111010111010000010100001111001101010001010101111111010111010000010001110111010001010000110000110 | e795afeba0a1e6a2afeba08ee8a186 |
UHC | 畯렡梯렎衆 | 11110001111000011000111010110010111100001010110010001110101001001111000111101011 | f1e18eb2f0ac8ea4f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)