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 | 実式疾勺^ | 100011101100000010001110101011101000111010111110100011101101100101011110 | 8ec08eae8ebe8ed95e |
EUC-JP | 実式疾勺^ | 101111001100001010111100101100001011110011000000101111001101101101011110 | bcc2bcb0bcc0bcdb5e |
UTF-8 | 実式疾勺^ | 11100101101011101001111111100101101111001000111111100111100101101011111011100101100010111011101001011110 | e5ae9fe5bc8fe796bee58bba5e |
UHC | ?式疾勺^ | 0011111111100011110100101111001011110000111011011100001101011110 | 3fe3d2f2f0edc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)