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 | 芽承}芽承{^ | 1000100111101000100011111011001101111101100010011110100010001111101100110111101101011110 | 89e88fb37d89e88fb37b5e |
EUC-JP | 芽承}芽承{^ | 1011001011101010101111101011010101111101101100101110101010111110101101010111101101011110 | b2eabeb57db2eabeb57b5e |
UTF-8 | 芽承}芽承{^ | 111010001000101010111101111001101000100110111111011111011110100010001010101111011110011010001001101111110111101101011110 | e88abde689bf7de88abde689bf7b5e |
UHC | 芽承}芽承{^ | 1110010010110100111000111010111101111101111001001011010011100011101011110111101101011110 | e4b4e3af7de4b4e3af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)