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 | 在?蔭麥? | 1000110111011101001111111000100011111100111010100110110100111111 | 8ddd3f88fcea6d3f |
EUC-JP | 在?蔭麥? | 1011101011011111001111111011000011111110111100111100111000111111 | badf3fb0fef3ce3f |
UTF-8 | 在렔蔭麥눙 | 111001011001110010101000111010111010000010010100111010001001010010101101111010011011101010100101111010111000100010011001 | e59ca8eba094e894ade9baa5eb8899 |
UHC | 在렔蔭麥눙 | 11101110101001001000111010101001111010111110001111011000111010101011010010110001 | eea48ea9ebe3d8eab4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)