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 | 隅?泣?結 | 1000101111110111001111111000101110000011001111111000110010001011 | 8bf73f8b833f8c8b |
EUC-JP | 隅?泣?結 | 1011011011111001001111111011010111100011001111111011011111101011 | b6f93fb5e33fb7eb |
UTF-8 | 隅렱泣쭝結 | 111010011001101010000101111010111010000010110001111001101011001110100011111011001010110110011101111001111011010110010000 | e99a85eba0b1e6b3a3ecad9de7b590 |
UHC | 隅렱泣쭝結 | 11101001111010101000111010111110111010111110100011000010111001001100110010111111 | e9ea8ebeebe8c2e4ccbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)