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 | 讓顔ョ | 1110011010101000100010101110011110101110 | e6a88ae7ae |
EUC-JP | 讓顔ョ | 111011001010101010110100111010011000111010101110 | ecaab4e98eae |
UTF-8 | 讓顔ョ | 111010001010111010010011111010011010000110010100111011111011110110101110 | e8ae93e9a194efbdae |
UHC | 讓顔? | 1110010111010011111001001101010000111111 | e5d3e4d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)