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 | 有客}有客{^ | 1001011101001100100010110111000101111101100101110100110010001011011100010111101101011110 | 974c8b717d974c8b717b5e |
EUC-JP | 有客}有客{^ | 1100110110101101101101011101001001111101110011011010110110110101110100100111101101011110 | cdadb5d27dcdadb5d27b5e |
UTF-8 | 有客}有客{^ | 111001101001110010001001111001011010111010100010011111011110011010011100100010011110010110101110101000100111101101011110 | e69c89e5aea27de69c89e5aea27b5e |
UHC | 有客}有客{^ | 1110101011110011110010111101010001111101111010101111001111001011110101000111101101011110 | eaf3cbd47deaf3cbd47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)