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 | 菴掵菴掉^ | 111001001011110110011101011111011110010010111101100111010111101101011110 | e4bd9d7de4bd9d7b5e |
EUC-JP | 菴掵菴掉^ | 111010001011111111011001110111101110100010111111110110011101110001011110 | e8bfd9dee8bfd9dc5e |
UTF-8 | 菴掵菴掉^ | 11101000100011111011010011100110100011101011010111101000100011111011010011100110100011101000100101011110 | e88fb4e68eb5e88fb4e68e895e |
UHC | 菴?菴掉^ | 1110010011100000001111111110010011100000110100111111110001011110 | e4e03fe4e0d3fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)