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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 襠灘廠U | 11100101111110111001001111100101100011111011000101010101 | e5fb93e58fb155 |
EUC-JP | 襠灘廠U | 11101010111111011100011011100111101111101011001101010101 | eafdc6e7beb355 |
UTF-8 | 襠灘廠U | 11101000101001011010000011100111100000011001100011100101101110111010000001010101 | e8a5a0e78198e5bba055 |
UHC | ?灘廠U | 001111111111011110101000111100111101111101010101 | 3ff7a8f3df55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)