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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 罌??貴\ | 11100011101000000011111100111111100010110100110101011100 | e3a03f3f8b4d5c |
EUC-JP | 罌??貴\ | 11100110101000100011111100111111101101011010111001011100 | e6a23f3fb5ae5c |
UTF-8 | 罌살쥏貴\ | 11100111101111011000110011101100100000101011010011101100101001011000111111101000101100101011010001011100 | e7bd8cec82b4eca58fe8b2b45c |
UHC | 罌살쥏貴\ | 111001011010001010111011111011001010001010001000110011111111111001011100 | e5a2bbeca288cffe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)