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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 皰夢[皰夢[^ | 1110000110101100100101101011001001011011111000011010110010010110101100100101101101011110 | e1ac96b25be1ac96b25b5e |
EUC-JP | 皰夢[皰夢[^ | 1110001010101110110011001011010001011011111000101010111011001100101101000101101101011110 | e2aeccb45be2aeccb45b5e |
UTF-8 | 皰夢[皰夢[^ | 111001111001101010110000111001011010010010100010010110111110011110011010101100001110010110100100101000100101101101011110 | e79ab0e5a4a25be79ab0e5a4a25b5e |
UHC | ?夢[?夢[^ | 001111111101100111010011010110110011111111011001110100110101101101011110 | 3fd9d35b3fd9d35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)