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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?訥ぴ??B | 0011111111100110011000111000001011010010001111110011111101000010 | 3fe66382d23f3f42 |
EUC-JP | ?訥ぴ??B | 0011111111101011110001001010010011010100001111110011111101000010 | 3febc4a4d43f3f42 |
UTF-8 | 룵訥ぴ룵뇜B | 11101011101000111011010111101000101010001010010111100011100000011011010011101011101000111011010111101011100001111001110001000010 | eba3b5e8a8a5e381b4eba3b5eb879c42 |
UHC | 룵訥ぴ룵뇜B | 1000111110101010110100101110110110101010110101001000111110101010101100111111110101000010 | 8faad2edaad48faab3fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)