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 | 邨幃ョ | 1110011110110101100110111110100110101110 | e7b59be9ae |
EUC-JP | 邨幃ョ | 111011101011011111010110111010111000111010101110 | eeb7d6eb8eae |
UTF-8 | 邨幃ョ | 111010011000001010101000111001011011100110000011111011111011110110101110 | e982a8e5b983efbdae |
UHC | 邨?? | 11110101101111100011111100111111 | f5be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)