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 | 陜母サ | 1110100010011101100101011110101010111011 | e89d95eabb |
EUC-JP | 陜母サ | 111011111111110111001010111011001000111010111011 | effdcaec8ebb |
UTF-8 | 陜母サ | 111010011001100110011100111001101010111110001101111011111011110110111011 | e9999ce6af8defbdbb |
UHC | 陜母? | 1111100111110000110110011011110100111111 | f9f0d9bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)