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 | 辷ソ邵槫ョ | 1110011110001000101111111110011110111000100111101110010110101110 | e788bfe7b89ee5ae |
EUC-JP | 辷ソ邵槫ョ | 11101101111010001000111010111111111011101011101011011100111001111000111010101110 | ede88ebfeebadce78eae |
UTF-8 | 辷ソ邵槫ョ | 111010001011111010110111111011111011110110111111111010011000001010110101111001101010011110101011111011111011110110101110 | e8beb7efbdbfe982b5e6a7abefbdae |
UHC | ??邵?? | 001111110011111111100001110100000011111100111111 | 3f3fe1d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)