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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 幽??^ | 1001011101001000001111110011111101011110 | 97483f3f5e |
EUC-JP | 幽??^ | 1100110110101001001111110011111101011110 | cda93f3f5e |
UTF-8 | 幽뽮돕^ | 11100101101110011011110111101011101111011010111011101011100011111001010101011110 | e5b9bdebbdaeeb8f955e |
UHC | 幽뽮돕^ | 11101010111010111001011011101010101101011011110101011110 | eaeb96eab5bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)