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 | 枝良枝粱^ | 100011100111110110010111110001111000111001111101111000101110101101011110 | 8e7d97c78e7de2eb5e |
EUC-JP | 枝良枝粱^ | 101110111101111011001110110010011011101111011110111001001110110101011110 | bbdecec9bbdee4ed5e |
UTF-8 | 枝良枝粱^ | 11100110100111101001110111101000100010011010111111100110100111101001110111100111101100101011000101011110 | e69e9de889afe69e9de7b2b15e |
UHC | 枝良枝粱^ | 111100101010101111010101110111101111001010101011110101011101110001011110 | f2abd5def2abd5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)