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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畯?雋??? | 1111101101101111001111111110100010110010001111110011111100111111 | fb6f3fe8b23f3f3f |
EUC-JP | 畯?雋??? | 100011111100110110111011001111111111000010110100001111110011111100111111 | 8fcdbb3ff0b43f3f3f |
UTF-8 | 畯렡雋잭렋렠 | 111001111001010110101111111010111010000010100001111010011001101110001011111011001001111010101101111010111010000010001011111010111010000010100000 | e795afeba0a1e99b8bec9eadeba08beba0a0 |
UHC | 畯렡雋잭렋렠 | 111100011110000110001110101100101111000111100110110000001110100010001110101000101000111010110001 | f1e18eb2f1e6c0e88ea28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)