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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葢簽゚ | 1110010011100010111000101101001111011111 | e4e2e2d3df |
EUC-JP | 葢簽゚ | 111010001110010011100100110101011000111011011111 | e8e4e4d58edf |
UTF-8 | 葢簽゚ | 111010001001000110100010111001111011000010111101111011111011111010011111 | e891a2e7b0bdefbe9f |
UHC | ?簽? | 00111111111101001101100000111111 | 3ff4d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)