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 | èä??? | 1110100011100100001111110011111100111111 | e8e43f3f3f |
SJIS-WIN | ???蹕押 | 00111111001111110011111111100111010010101000100110011111 | 3f3f3fe74a899f |
EUC-JP | èä™蹕押 | 10001111101010111011001010001111101010111010001110001111101000101110111111101101101010111011001010100001 | 8fabb28faba38fa2efedabb2a1 |
UTF-8 | èä™蹕押 | 11000011101010001100001110100100111000101000010010100010111010001011100110010101111001101000101010111100 | c3a8c3a4e284a2e8b995e68abc |
UHC | ??™?押 | 00111111001111111010001011100010001111111110010011100011 | 3f3fa2e23fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)