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 | ?泥??匿^ | 0011111110010011010001000011111100111111100100111011110101011110 | 3f93443f3f93bd5e |
EUC-JP | ?泥??匿^ | 0011111111000101101001010011111100111111110001101011111101011110 | 3fc5a53f3fc6bf5e |
UTF-8 | 룶泥푸룵匿^ | 11101011101000111011011011100110101100111010010111101101100100011011100011101011101000111011010111100101100011001011111101011110 | eba3b6e6b3a5ed91b8eba3b5e58cbf5e |
UHC | 룶泥푸룵匿^ | 1000111110101011110100101111101011000111101010101000111110101010110100101111101101011110 | 8fabd2fac7aa8faad2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)