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 | 辿èµ\ | 11101000101111101011111111101000100101001011010101011100 | e8bebfe894b55c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | è?¿è??\ | 10001111101010111011001000111111100011111010001011000100100011111010101110110010001111110011111101011100 | 8fabb23f8fa2c48fabb23f3f5c |
UTF-8 | 辿èµ\ | 11000011101010001100001010111110110000101011111111000011101010001100001010010100110000101011010101011100 | c3a8c2bec2bfc3a8c294c2b55c |
UHC | ?¾¿???\ | 001111111010100011111010101000101010111100111111001111110011111101011100 | 3fa8faa2af3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)