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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邱夐サ | 1110011110110111100110101110100110111011 | e7b79ae9bb |
EUC-JP | 邱夐サ | 111011101011100111010100111010111000111010111011 | eeb9d4eb8ebb |
UTF-8 | 邱夐サ | 111010011000001010110001111001011010010010010000111011111011110110111011 | e982b1e5a490efbdbb |
UHC | 邱?? | 11001111110010000011111100111111 | cfc83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)