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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?匿?功ば^ | 001111111001001110111101001111111000110011110111100000101100111001011110 | 3f93bd3f8cf782ce5e |
EUC-JP | ?匿?功ば^ | 001111111100011010111111001111111011100011111001101001001101000001011110 | 3fc6bf3fb8f9a4d05e |
UTF-8 | 룵匿룴功ば^ | 11101011101000111011010111100101100011001011111111101011101000111011010011100101100010101001111111100011100000011011000001011110 | eba3b5e58cbfeba3b4e58a9fe381b05e |
UHC | 룵匿룴功ば^ | 1000111110101010110100101111101110001111101010011100110111101101101010101101000001011110 | 8faad2fb8fa9cdedaad05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)