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 | ?戡??廓 | 00111111100111010100000100111111001111111000101001100110 | 3f9d413f3f8a66 |
EUC-JP | 瀣戡??廓 | 100011111100100110110001110110011010001000111111001111111011001111000111 | 8fc9b1d9a23f3fb3c7 |
UTF-8 | 瀣戡렱븟廓 | 111001111000000010100011111001101000100010100001111010111010000010110001111010111011100010011111111001011011101110010011 | e780a3e688a1eba0b1ebb89fe5bb93 |
UHC | 瀣戡렱븟廓 | 11111010101011101100101011110001100011101011111010111010111100001100111010101001 | faaecaf18ebebaf0cea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)