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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?餉?餉^ | 00111111111010010100110100111111111010010100110101011110 | 3fe94d3fe94d5e |
EUC-JP | ?餉?餉^ | 00111111111100011010111000111111111100011010111001011110 | 3ff1ae3ff1ae5e |
UTF-8 | 멿餉멿餉^ | 11101011101010011011111111101001101001001000100111101011101010011011111111101001101001001000100101011110 | eba9bfe9a489eba9bfe9a4895e |
UHC | 멿餉멿餉^ | 100100010110110011111010110000111001000101101100111110101100001101011110 | 916cfac3916cfac35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)