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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?瀋}?瀋{^ | 001111111110000001100011011111010011111111100000011000110111101101011110 | 3fe0637d3fe0637b5e |
EUC-JP | ?瀋}?瀋{^ | 001111111101111111000100011111010011111111011111110001000111101101011110 | 3fdfc47d3fdfc47b5e |
UTF-8 | 룎瀋}룎瀋{^ | 111010111010001110001110111001111000000010001011011111011110101110100011100011101110011110000000100010110111101101011110 | eba38ee7808b7deba38ee7808b7b5e |
UHC | 룎瀋}룎瀋{^ | 1000111110001100111001001010001101111101100011111000110011100100101000110111101101011110 | 8f8ce4a37d8f8ce4a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)