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 | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-WIN | 巍S?? | 1001101111011001010100110011111100111111 | 9bd9533f3f |
EUC-JP | 巍S?? | 1101011011011011010100110011111100111111 | d6db533f3f |
UTF-8 | 巍S렯롏 | 11100101101101111000110101010011111010111010000010101111111010111010000110001111 | e5b78d53eba0afeba18f |
UHC | 巍S렯롏 | 11101000111001000101001110001110101111001000111011010101 | e8e4538ebc8ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)