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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ホス鹿コ | 1111001010101011110011101111000110001110101111011000111010101101111100001111101010111010 | f2abcef18ebd8eadf0faba |
EUC-JP | ?ホ?ス鹿?コ | 0011111110001110110011100011111110001110101111011011110010101111001111111000111010111010 | 3f8ece3f8ebdbcaf3f8eba |
UTF-8 | ホス鹿コ | 111011101000011110100010111011111011111010001110111011101000010010001001111011111011110110111101111010011011100110111111111011101000001010111001111011111011110110111010 | ee87a2efbe8eee8489efbdbde9b9bfee82b9efbdba |
UHC | ????鹿?? | 0011111100111111001111110011111111010110111000110011111100111111 | 3f3f3f3fd6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)