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 | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
SJIS-WIN | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
EUC-JP | ?C????B | 00111111010000110011111100111111001111110011111101000010 | 3f433f3f3f3f42 |
UTF-8 | 뭒C뫎묱뫁묱B | 1110101110101101100100100100001111101011101010111000111011101011101011001011000111101011101010111000000111101011101011001011000101000010 | ebad9243ebab8eebacb1ebab81ebacb142 |
UHC | 뭒C뫎묱뫁묱B | 100100100101101001000011100100011011000010010010010010001001000110100101100100100100100001000010 | 925a4391b0924891a5924842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)