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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 仙??仙 | 100100001110010100111111001111111001000011100101 | 90e53f3f90e5 |
EUC-JP | 仙??仙 | 110000001110011100111111001111111100000011100111 | c0e73f3fc0e7 |
UTF-8 | 仙송서仙 | 111001001011101110011001111011001000011010100001111011001000010010011100111001001011101110011001 | e4bb99ec86a1ec849ce4bb99 |
UHC | 仙송서仙 | 1110000010111001101111001101101110111100101011011110000010111001 | e0b9bcdbbcade0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)