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 | ?????k | 001111110011111100111111001111110011111101101011 | 3f3f3f3f3f6b |
SJIS-WIN | 蜉第ス俯沃k | 11100101100010101001000111100110101111011001100011101011100101111000000001101011 | e58a91e6bd98eb97806b |
EUC-JP | 蜉第ス俯沃k | 1110100111101010110000101110100010001110101111011101000011101101110011011110000001101011 | e9eac2e88ebdd0edcde06b |
UTF-8 | 蜉第ス俯沃k | 11101000100111001000100111100111101011001010110011101111101111011011110111100100101111111010111111100110101100101000001101101011 | e89c89e7acacefbdbde4bfafe6b2836b |
UHC | ?第?俯沃k | 001111111111000010101111001111111101110011110110111010001010101001101011 | 3ff0af3fdcf6e8aa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)