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 | âµL@B | 11000011101000101100001010110101010011000100000001000010 | c3a2c2b54c4042 |
SJIS-WIN | ?¢??L@B | 0011111110000001100100010011111100111111010011000100000001000010 | 3f81913f3f4c4042 |
EUC-JP | â�L@B | 100011111010101010101010101000011111000110001111101010101010010000111111010011000100000001000010 | 8faaaaa1f18faaa43f4c4042 |
UTF-8 | âµL@B | 1100001110000011110000101010001011000011100000101100001010110101010011000100000001000010 | c383c2a2c382c2b54c4042 |
UHC | ????L@B | 00111111001111110011111100111111010011000100000001000010 | 3f3f3f3f4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)