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 | ??醍?漬 | 00111111001111111001000111100111001111111001001011010000 | 3f3f91e73f92d0 |
EUC-JP | ??醍?漬 | 00111111001111111100001011101001001111111100010011010010 | 3f3fc2e93fc4d2 |
UTF-8 | 罹렋醍렰漬 | 111011111010011110100110111010111010000010001011111010011000011010001101111010111010000010110000111001101011110010101100 | efa7a6eba08be9868deba0b0e6bcac |
UHC | 罹렋醍렰漬 | 11101100101110101000111010100010111100001011010110001110101111011111001010110000 | ecba8ea2f0b58ebdf2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)