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 | 承承}承承{^ | 1000111110110011100011111011001101111101100011111011001110001111101100110111101101011110 | 8fb38fb37d8fb38fb37b5e |
EUC-JP | 承承}承承{^ | 1011111010110101101111101011010101111101101111101011010110111110101101010111101101011110 | beb5beb57dbeb5beb57b5e |
UTF-8 | 承承}承承{^ | 111001101000100110111111111001101000100110111111011111011110011010001001101111111110011010001001101111110111101101011110 | e689bfe689bf7de689bfe689bf7b5e |
UHC | 承承}承承{^ | 1110001110101111111000111010111101111101111000111010111111100011101011110111101101011110 | e3afe3af7de3afe3af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)