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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 依?“容 | 10001000110010110011111110000001011001111001011101100101 | 88cb3f81679765 |
EUC-JP | 依?“容 | 10110000110011010011111110100001110010001100110111000110 | b0cd3fa1c8cdc6 |
UTF-8 | 依㏓“容 | 111001001011111010011101111000111000111110010011111000101000000010011100111001011010111010111001 | e4be9de38f93e2809ce5aeb9 |
UHC | 依㏓“容 | 1110101111101110101001111110101110100001101100001110100110111011 | ebeea7eba1b0e9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)