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 | 鳫ミ鮓コ霓 | 1110100111101101110100001110100110110110101110101110100010111101 | e9edd0e9b6bae8bd |
EUC-JP | 鳫ミ鮓コ霓 | 11110010111011111000111011010000111100101011100010001110101110101111000010111111 | f2ef8ed0f2b88ebaf0bf |
UTF-8 | 鳫ミ鮓コ霓 | 111010011011001110101011111011111011111010010000111010011010111010010011111011111011110110111010111010011001110010010011 | e9b3abefbe90e9ae93efbdbae99c93 |
UHC | ????霓 | 001111110011111100111111001111111110011111100111 | 3f3f3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)