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 | 製???窪拷 | 100100001011101100111111001111110011111110001100010001011000110110001001 | 90bb3f3f3f8c458d89 |
EUC-JP | 製???窪拷 | 110000001011110100111111001111110011111110110111101001101011100111101001 | c0bd3f3f3fb7a6b9e9 |
UTF-8 | 製렩罹렗窪拷 | 111010001010001110111101111010111010000010101001111011111010011110100110111010111010000010010111111001111010101010101010111001101000101110110111 | e8a3bdeba0a9efa7a6eba097e7aaaae68bb7 |
UHC | 製렩罹렗窪拷 | 111100001011001010001110101101111110110010111010100011101010110011101000110000011100110110111000 | f0b28eb7ecba8eace8c1cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)