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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞜厥コ妺 | 11101000110111111001100111001110101110101111101010100101 | e8df99cebafaa5 |
EUC-JP | 鞜厥コ妺 | 111100001110000111010010110100001000111010111010100011111011100110110111 | f0e1d2d08eba8fb9b7 |
UTF-8 | 鞜厥コ妺 | 111010011001111010011100111001011000111010100101111011111011110110111010111001011010011010111010 | e99e9ce58ea5efbdbae5a6ba |
UHC | ?厥?? | 0011111111001111111100000011111100111111 | 3fcff03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)