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 | 001111111001001110111101001111111110011001100011100000110101001101000010 | 3f93bd3fe663835342 |
EUC-JP | ?匿?訥ゴB | 001111111100011010111111001111111110101111000100101001011011010001000010 | 3fc6bf3febc4a5b442 |
UTF-8 | 룵匿룵訥ゴB | 11101011101000111011010111100101100011001011111111101011101000111011010111101000101010001010010111100011100000101011010001000010 | eba3b5e58cbfeba3b5e8a8a5e382b442 |
UHC | 룵匿룵訥ゴB | 1000111110101010110100101111101110001111101010101101001011101101101010111011010001000010 | 8faad2fb8faad2edabb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)