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 | 猥??鸚 | 111000001100111000111111001111111110101001011111 | e0ce3f3fea5f |
EUC-JP | 猥??鸚 | 111000001101000000111111001111111111001111000000 | e0d03f3ff3c0 |
UTF-8 | 猥뗨뼓鸚 | 111001111000110010100101111010111001011110101000111010111011110010010011111010011011100010011010 | e78ca5eb97a8ebbc93e9b89a |
UHC | 猥뗨뼓鸚 | 1110100011100101100010111110100010010110100110111110010110100100 | e8e58be8969be5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)