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\¸ | 100100100100100110010010010111001001000110111000 | 9249925c91b8 |
SJIS-WIN | ?I?\?? | 001111110100100100111111010111000011111100111111 | 3f493f5c3f3f |
EUC-JP | ?I?\?¸ | 0011111101001001001111110101110000111111100011111010001010110001 | 3f493f5c3f8fa2b1 |
UTF-8 | I\¸ | 11000010100100100100100111000010100100100101110011000010100100011100001010111000 | c29249c2925cc291c2b8 |
UHC | ?I?\?¸ | 00111111010010010011111101011100001111111010001010101100 | 3f493f5c3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)