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 | ûIú | 11111011010010011100001110111010 | fb49c3ba |
SJIS-WIN | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
EUC-JP | ûIú | 10001111101010111110010101001001100011111010101010101010100011111010001011101011 | 8fabe5498faaaa8fa2eb |
UTF-8 | ûIú | 11000011101110110100100111000011100000111100001010111010 | c3bb49c383c2ba |
UHC | ?I?º | 0011111101001001001111111010100010101100 | 3f493fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)