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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 在?~ | 10001101110111010011111101111110 | 8ddd3f7e |
EUC-JP | 在?~ | 10111010110111110011111101111110 | badf3f7e |
UTF-8 | 在렔~ | 11100101100111001010100011101011101000001001010001111110 | e59ca8eba0947e |
UHC | 在렔~ | 1110111010100100100011101010100101111110 | eea48ea97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)