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 | 罟榊О扈 | 1110001110101000100011011110010110000100010011111110011110111011 | e3a88de5844fe7bb |
EUC-JP | 罟榊О扈 | 1110011010101010101110101110011110100111101100001110111010111101 | e6aabae7a7b0eebd |
UTF-8 | 罟榊О扈 | 1110011110111101100111111110011010100110100010101101000010011110111001101000100110001000 | e7bd9fe6a68ad09ee68988 |
UHC | ??О扈 | 001111110011111110101100101100001111101111000011 | 3f3facb0fbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)