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 | 銀??亦 | 100010111110001000111111001111111001011010010010 | 8be23f3f9692 |
EUC-JP | 銀??亦 | 101101101110010000111111001111111100101111110010 | b6e43f3fcbf2 |
UTF-8 | 銀뉖옢亦 | 111010011000101010000000111010111000100110010110111011001001100010100010111001001011101010100110 | e98a80eb8996ec98a2e4baa6 |
UHC | 銀뉖옢亦 | 1110101111011110100001111110101110011110101001001110011010110010 | ebde87eb9ea4e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)