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 | 遇?? | 10001011111101100011111100111111 | 8bf63f3f |
EUC-JP | 遇?? | 10110110111110000011111100111111 | b6f83f3f |
UTF-8 | 遇띕렭 | 111010011000000110000111111010111001110110010101111010111010000010101101 | e98187eb9d95eba0ad |
UHC | 遇띕렭 | 111010011110011110110110111010111000111010111010 | e9e7b6eb8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)