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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謌顔ャ櫁ソケ | 111001101000100010001010111001111010110010011110111010001011111110111001 | e6888ae7ac9ee8bfb9 |
EUC-JP | 謌顔ャ櫁ソケ | 111010111110100010110100111010011000111010101100110111001110101010001110101111111000111010111001 | ebe8b4e98eacdcea8ebf8eb9 |
UTF-8 | 謌顔ャ櫁ソケ | 111010001010110010001100111010011010000110010100111011111011110110101100111001101010101110000001111011111011110110111111111011111011110110111001 | e8ac8ce9a194efbdace6ab81efbdbfefbdb9 |
UHC | ?顔???? | 00111111111001001101010000111111001111110011111100111111 | 3fe4d43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)