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 | 辷セ隶先昏 | 111001111000100010111110111010001010111010010000111001101000110110101000 | e788bee8ae90e68da8 |
EUC-JP | 辷セ隶先昏 | 11101101111010001000111010111110111100001011000011000000111010001011101010101010 | ede88ebef0b0c0e8baaa |
UTF-8 | 辷セ隶先昏 | 111010001011111010110111111011111011110110111110111010011001101010110110111001011000010110001000111001101001100010001111 | e8beb7efbdbee99ab6e58588e6988f |
UHC | ???先昏 | 00111111001111110011111111100000101110111111101111100111 | 3f3f3fe0bbfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)