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 | ?P????B | 00111111010100000011111100111111001111110011111101000010 | 3f503f3f3f3f42 |
SJIS-WIN | ?P????B | 00111111010100000011111100111111001111110011111101000010 | 3f503f3f3f3f42 |
EUC-JP | ?P????B | 00111111010100000011111100111111001111110011111101000010 | 3f503f3f3f3f42 |
UTF-8 | 뭒P몾뭒몼뫌B | 1110101110101101100100100101000011101011101010101011111011101011101011011001001011101011101010101011110011101011101010111000110001000010 | ebad9250ebaabeebad92ebaabcebab8c42 |
UHC | 뭒P몾뭒몼뫌B | 100100100101101001010000100100011010001010010010010110101001000110100001100100011010111001000010 | 925a5091a2925a91a191ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)