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 | ç\éºâH\ | 11100111010111001110100110111010111000100100100001011100 | e75ce9bae2485c |
SJIS-WIN | ?\???H\ | 00111111010111000011111100111111001111110100100001011100 | 3f5c3f3f3f485c |
EUC-JP | ç\éºâH\ | 100011111010101110101110010111001000111110101011101100011000111110100010111010111000111110101011101001000100100001011100 | 8fabae5c8fabb18fa2eb8faba4485c |
UTF-8 | ç\éºâH\ | 1100001110100111010111001100001110101001110000101011101011000011101000100100100001011100 | c3a75cc3a9c2bac3a2485c |
UHC | ?\?º?H\ | 0011111101011100001111111010100010101100001111110100100001011100 | 3f5c3fa8ac3f485c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)