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 | ?m????F | 00111111011011010011111100111111001111110011111101000110 | 3f6d3f3f3f3f46 |
SJIS-WIN | ?m????F | 00111111011011010011111100111111001111110011111101000110 | 3f6d3f3f3f3f46 |
EUC-JP | ?m????F | 00111111011011010011111100111111001111110011111101000110 | 3f6d3f3f3f3f46 |
UTF-8 | 찼m혗혧혴혩F | 1110110010110000101111000110110111101101100110001001011111101101100110001010011111101101100110001011010011101101100110001010100101000110 | ecb0bc6ded9897ed98a7ed98b4ed98a946 |
UHC | 찼m혗혧혴혩F | 110000111010000101101101110000101000001011000010100011111100001010011011110000101001000101000110 | c3a16dc282c28fc29bc29146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)