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 | ??ß??? | 001111110011111111011111001111110011111100111111 | 3f3fdf3f3f3f |
SJIS-WIN | ?純??訥タ | 001111111000111110000011001111110011111111100110011000111000001101011110 | 3f8f833f3fe663835e |
EUC-JP | ?純ß?訥タ | 0011111110111101111000111000111110101001110011100011111111101011110001001010010110111111 | 3fbde38fa9ce3febc4a5bf |
UTF-8 | 룵純ß룵訥タ | 1110101110100011101101011110011110110100100101001100001110011111111010111010001110110101111010001010100010100101111000111000001010111111 | eba3b5e7b494c39feba3b5e8a8a5e382bf |
UHC | 룵純ß룵訥タ | 100011111010101011100010111011011010100110101100100011111010101011010010111011011010101110111111 | 8faae2eda9ac8faad2edabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)