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 | 訒エ鰌 | 11111011101000111011010011101001110100111111001101001011 | fba3b4e9d3f34b |
EUC-JP | 訒エ鰌? | 1000111111011101110010001000111010110100111100101101010100111111 | 8fddc88eb4f2d53f |
UTF-8 | 訒エ鰌 | 111010001010100010010010111011111011110110110100111010011011000010001100111011101000100010111111 | e8a892efbdb4e9b08cee88bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)