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 | 螟ョ蛹石サ | 1110010110100100101011101110010110001100100100001100111010111011 | e5a4aee58c90cebb |
EUC-JP | 螟ョ蛹石サ | 11101010101001101000111010101110111010011110110011000000110100001000111010111011 | eaa68eaee9ecc0d08ebb |
UTF-8 | 螟ョ蛹石サ | 111010001001111010011111111011111011110110101110111010001001101110111001111001111001111110110011111011111011110110111011 | e89e9fefbdaee89bb9e79fb3efbdbb |
UHC | 螟??石? | 11011001101011010011111100111111111000001011010000111111 | d9ad3f3fe0b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)