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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 迸枝迸施^ | 111001111001111010001110011111011110011110011110100011100111101101011110 | e79e8e7de79e8e7b5e |
EUC-JP | 迸枝迸施^ | 111011011111111010111011110111101110110111111110101110111101110001011110 | edfebbdeedfebbdc5e |
UTF-8 | 迸枝迸施^ | 11101000101111111011100011100110100111101001110111101000101111111011100011100110100101101011110101011110 | e8bfb8e69e9de8bfb8e696bd5e |
UHC | ?枝?施^ | 00111111111100101010101100111111111000111011111101011110 | 3ff2ab3fe3bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)