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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ?⑨?節?F | 0011111110000111010010000011111110010000110111110011111101000110 | 3f87483f90df3f46 |
EUC-JP | ???節?F | 00111111001111110011111111000000111000010011111101000110 | 3f3f3fc0e13f46 |
UTF-8 | 緣⑨풚節퍫F | 11100111101101111010001111100010100100011010100011101101100100101001101011100111101011111000000011101101100011011010101101000110 | e7b7a3e291a8ed929ae7af80ed8dab46 |
UHC | 緣⑨풚節퍫F | 1110011011011110101010001110111110111110100111011110111110111101101111000100001001000110 | e6dea8efbe9defbdbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)