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 | ICº¥ | 1001001001001001100100100100001110010001101110101001000110100101 | 9249924391ba91a5 |
SJIS-WIN | ?I?C???¥ | 001111110100100100111111010000110011111100111111001111111000000110001111 | 3f493f433f3f3f818f |
EUC-JP | ?I?C?º?? | 00111111010010010011111101000011001111111000111110100010111010110011111100111111 | 3f493f433f8fa2eb3f3f |
UTF-8 | ICº¥ | 1100001010010010010010011100001010010010010000111100001010010001110000101011101011000010100100011100001010100101 | c29249c29243c291c2bac291c2a5 |
UHC | ?I?C?º?? | 001111110100100100111111010000110011111110101000101011000011111100111111 | 3f493f433fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)