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 | 甞蒟甞蒟 | 1110000101010010111001001110010111100001010100101110010011100101 | e152e4e5e152e4e5 |
EUC-JP | 甞蒟甞蒟 | 1110000110110011111010001110011111100001101100111110100011100111 | e1b3e8e7e1b3e8e7 |
UTF-8 | 甞蒟甞蒟 | 111001111001010010011110111010001001001010011111111001111001010010011110111010001001001010011111 | e7949ee8929fe7949ee8929f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)