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 | ?????SB | 00111111001111110011111100111111001111110101001101000010 | 3f3f3f3f3f5342 |
SJIS-WIN | 祭攀???SB | 100011011101010110011101101100110011111100111111001111110101001101000010 | 8dd59db33f3f3f5342 |
EUC-JP | 祭攀???SB | 101110101101011111011010101101010011111100111111001111110101001101000010 | bad7dab53f3f3f5342 |
UTF-8 | 祭攀렖꿸욍SB | 1110011110100101101011011110011010010100100000001110101110100000100101101110101010111111101110001110110010011010100011010101001101000010 | e7a5ade69480eba096eabfb8ec9a8d5342 |
UHC | 祭攀렖꿸욍SB | 111100001010111011011010111001111000111010101011101100101110101010111111111000110101001101000010 | f0aedae78eabb2eabfe35342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)