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 | 硝モ縞邪 | 100011111100100111010011100011101100100011110010110100101000111011010111 | 8fc9d38ec8f2d28ed7 |
EUC-JP | 硝モ縞?邪 | 101111101100101110001110110100111011110011001010001111111011110011011001 | becb8ed3bcca3fbcd9 |
UTF-8 | 硝モ縞邪 | 111001111010000110011101111011111011111010010011111001111011100010011110111011101000100010001001111010011000001010101010 | e7a19defbe93e7b89eee8889e982aa |
UHC | 硝?縞?邪 | 1111010110100110001111111111101111010110001111111101111011110111 | f5a63ffbd63fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)