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 | 酌称ョ | 1000111011011110100011111100110010101110 | 8ede8fccae |
EUC-JP | 酌称ョ | 101111001110000010111110110011101000111010101110 | bce0bece8eae |
UTF-8 | 酌称ョ | 111010011000010110001100111001111010011110110000111011111011110110101110 | e9858ce7a7b0efbdae |
UHC | 酌?? | 11101101110011000011111100111111 | edcc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)