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??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
EUC-JP | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
UTF-8 | 챙째쩐M챠혱혷 | 11101100101100011001100111101100101001111011100011101100101010011001000001001101111011001011000110100000111011011001100010110001111011011001100010110111 | ecb199eca7b8eca9904decb1a0ed98b1ed98b7 |
UHC | 챙째쩐M챠혱혷 | 11000011101011001100001010110000110000101011111001001101110000111010110111000010100110001100001010011110 | c3acc2b0c2be4dc3adc298c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)