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´\ | 1001001001001100100100011011010001011100 | 924c91b45c |
SJIS-WIN | ?L?´\ | 001111110100110000111111100000010100110001011100 | 3f4c3f814c5c |
EUC-JP | ?L?´\ | 001111110100110000111111101000011010110101011100 | 3f4c3fa1ad5c |
UTF-8 | L´\ | 1100001010010010010011001100001010010001110000101011010001011100 | c2924cc291c2b45c |
UHC | ?L?´\ | 001111110100110000111111101000101010010101011100 | 3f4c3fa2a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)