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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甞蓚畩畤珎 | 11100001010100101110010011101001111000010101110111100001010111101110000011011101 | e152e4e9e15de15ee0dd |
EUC-JP | 甞蓚畩畤珎 | 11100001101100111110100011101011111000011011111011100001101111111110000011011111 | e1b3e8ebe1bee1bfe0df |
UTF-8 | 甞蓚畩畤珎 | 111001111001010010011110111010001001001110011010111001111001010110101001111001111001010110100100111001111000111110001110 | e7949ee8939ae795a9e795a4e78f8e |
UHC | ?蓚??? | 001111111110001010111110001111110011111100111111 | 3fe2be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)