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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???靷? | 00111111001111110011111110001111111001111011110100111111 | 3f3f3f8fe7bd3f |
UTF-8 | 銳녿벩靷봃 | 111010011000101010110011111010111000010110111111111010111011001010101001111010011001110110110111111010111011010010000011 | e98ab3eb85bfebb2a9e99db7ebb483 |
UHC | 銳녿벩靷봃 | 11100111111001011000011011101011100100111011111111101100111001101001010001000110 | e7e586eb93bfece69446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)