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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?炤?炤B | 001111111000111111001001110100100011111110001111110010011101001001000010 | 3f8fc9d23f8fc9d242 |
UTF-8 | 뾑炤뾑炤B | 11101011101111101001000111100111100000101010010011101011101111101001000111100111100000101010010001000010 | ebbe91e782a4ebbe91e782a442 |
UHC | 뾑炤뾑炤B | 100101110100111111100001101111111001011101001111111000011011111101000010 | 974fe1bf974fe1bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)