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 | 橡?}橡?{^ | 100100111100100100111111011111011001001111001001001111110111101101011110 | 93c93f7d93c93f7b5e |
EUC-JP | 橡?}橡?{^ | 110001101100101100111111011111011100011011001011001111110111101101011110 | c6cb3f7dc6cb3f7b5e |
UTF-8 | 橡멀}橡멀{^ | 111001101010100110100001111010111010100110000000011111011110011010101001101000011110101110101001100000000111101101011110 | e6a9a1eba9807de6a9a1eba9807b5e |
UHC | 橡멀}橡멀{^ | 1101111111001110101110001101011001111101110111111100111010111000110101100111101101011110 | dfceb8d67ddfceb8d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)