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 | ?羹惚?面^ | 001111111110001110111011100011011001101100111111100101101100101001011110 | 3fe3bb8d9b3f96ca5e |
EUC-JP | ?羹惚?面^ | 001111111110011010111101101110011111101100111111110011001100110001011110 | 3fe6bdb9fb3fcccc5e |
UTF-8 | 뤐羹惚읫面^ | 11101011101001001001000011100111101111101011100111100110100000111001101011101100100111011010101111101001100111011010001001011110 | eba490e7beb9e6839aec9dabe99da25e |
UHC | 뤐羹惚읫面^ | 1000111111000000110010111101100011111011111011011100000011001011110110001111110001011110 | 8fc0cbd8fbedc0cbd8fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)