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 | 昭諶昭仙^ | 100011111011101011111011101010101000111110111010100100001110010101011110 | 8fbafbaa8fba90e55e |
EUC-JP | 昭諶昭仙^ | 10111110101111001000111111011110101101011011111010111100110000001110011101011110 | bebc8fdeb5bebcc0e75e |
UTF-8 | 昭諶昭仙^ | 11100110100110001010110111101000101010111011011011100110100110001010110111100100101110111001100101011110 | e698ade8abb6e698ade4bb995e |
UHC | 昭諶昭仙^ | 111000011011100111100100101001101110000110111001111000001011100101011110 | e1b9e4a6e1b9e0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)