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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 閠話[閠話[^ | 1110100010000000100110000110001001011011111010001000000010011000011000100101101101011110 | e88098625be88098625b5e |
EUC-JP | 閠話[閠話[^ | 1110111111100000110011111100001101011011111011111110000011001111110000110101101101011110 | efe0cfc35befe0cfc35b5e |
UTF-8 | 閠話[閠話[^ | 111010011001011010100000111010001010100110110001010110111110100110010110101000001110100010101001101100010101101101011110 | e996a0e8a9b15be996a0e8a9b15b5e |
UHC | ?話[?話[^ | 001111111111110010100101010110110011111111111100101001010101101101011110 | 3ffca55b3ffca55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)