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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 俄? | 100010011110001000111111 | 89e23f |
EUC-JP | 俄? | 101100101110010000111111 | b2e43f |
UTF-8 | 俄녔 | 111001001011111110000100111010111000010110010100 | e4bf84eb8594 |
UHC | 俄녔 | 11100100101011011011001111100110 | e4adb3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)