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 | 善釋}善釋{^ | 1001000101010000111001111101011101111101100100010101000011100111110101110111101101011110 | 9150e7d77d9150e7d77b5e |
EUC-JP | 善釋}善釋{^ | 1100000110110001111011101101100101111101110000011011000111101110110110010111101101011110 | c1b1eed97dc1b1eed97b5e |
UTF-8 | 善釋}善釋{^ | 111001011001011010000100111010011000011110001011011111011110010110010110100001001110100110000111100010110111101101011110 | e59684e9878b7de59684e9878b7b5e |
UHC | 善釋}善釋{^ | 1110000010111100111000001011011101111101111000001011110011100000101101110111101101011110 | e0bce0b77de0bce0b77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)