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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 陜ク諛キ譴ィB | 11101000100111011011100011100110100001111011011111100110101000101010100001000010 | e89db8e687b7e6a2a842 |
EUC-JP | 陜ク諛キ譴ィB | 11101111111111011000111010111000111010111110011110001110101101111110110010100100100011101010100001000010 | effd8eb8ebe78eb7eca48ea842 |
UTF-8 | 陜ク諛キ譴ィB | 11101001100110011001110011101111101111011011100011101000101010111001101111101111101111011011011111101000101011011011010011101111101111011010100001000010 | e9999cefbdb8e8ab9befbdb7e8adb4efbda842 |
UHC | 陜?諛?譴?B | 11111001111100000011111111101011101100000011111111001100101110010011111101000010 | f9f03febb03fccb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)