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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ゚抄ミ而セ | 1011111011011111100011111011010011010000100011101010011110111110 | bedf8fb4d08ea7be |
EUC-JP | セ゚抄ミ而セ | 100011101011111010001110110111111011111010110110100011101101000010111100101010011000111010111110 | 8ebe8edfbeb68ed0bca98ebe |
UTF-8 | セ゚抄ミ而セ | 111011111011110110111110111011111011111010011111111001101000101010000100111011111011111010010000111010001000000010001100111011111011110110111110 | efbdbeefbe9fe68a84efbe90e8808cefbdbe |
UHC | ??抄?而? | 0011111100111111111101001111110000111111111011001011101100111111 | 3f3ff4fc3fecbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)