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 | 縞?劾? | 100011101100100000111111100010100100111000111111 | 8ec83f8a4e3f |
EUC-JP | 縞?劾? | 101111001100101000111111101100111010111100111111 | bcca3fb3af3f |
UTF-8 | 縞렫劾렧 | 111001111011100010011110111010111010000010101011111001011000101010111110111010111010000010100111 | e7b89eeba0abe58abeeba0a7 |
UHC | 縞렫劾렧 | 1111101111010110100011101011100111111010101101101000111010110110 | fbd68eb9fab68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)