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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 礁ス嫉鹿\ | 1000111111001010101111011000111010111001100011101010110101011100 | 8fcabd8eb98ead5c |
EUC-JP | 礁ス嫉鹿\ | 101111101100110010001110101111011011110010111011101111001010111101011100 | becc8ebdbcbbbcaf5c |
UTF-8 | 礁ス嫉鹿\ | 11100111101001001000000111101111101111011011110111100101101010111000100111101001101110011011111101011100 | e7a481efbdbde5ab89e9b9bf5c |
UHC | 礁?嫉鹿\ | 1111010110100111001111111111001011101100110101101110001101011100 | f5a73ff2ecd6e35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)