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 | 瀾緞[瀾緞[^ | 1110000001110000111000110110101001011011111000000111000011100011011010100101101101011110 | e070e36a5be070e36a5b5e |
EUC-JP | 瀾緞[瀾緞[^ | 1101111111010001111001011100101101011011110111111101000111100101110010110101101101011110 | dfd1e5cb5bdfd1e5cb5b5e |
UTF-8 | 瀾緞[瀾緞[^ | 111001111000000010111110111001111011011110011110010110111110011110000000101111101110011110110111100111100101101101011110 | e780bee7b79e5be780bee7b79e5b5e |
UHC | 瀾緞[瀾緞[^ | 1101010110110011110100111011000001011011110101011011001111010011101100000101101101011110 | d5b3d3b05bd5b3d3b05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)