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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 吟ъ?V | 100010111110000110000100100011000011111101010110 | 8be1848c3f56 |
EUC-JP | 吟ъ?V | 101101101110001110100111111011000011111101010110 | b6e3a7ec3f56 |
UTF-8 | 吟ъ뀳V | 111001011001000010011111110100011000101011101011100000001011001101010110 | e5909fd18aeb80b356 |
UHC | 吟ъ뀳V | 11101011111000011010110011101100100001011010100101010110 | ebe1acec85a956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)