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 | 撓否ぉ? | 10011101100110101001010011011011100000101010011100111111 | 9d9a94db82a73f |
EUC-JP | 撓否ぉ? | 11011001111110101100100011011101101001001010100100111111 | d9fac8dda4a93f |
UTF-8 | 撓否ぉ렟 | 111001101001001010010011111001011001000010100110111000111000000110001001111010111010000010011111 | e69293e590a6e38189eba09f |
UHC | 撓否ぉ렟 | 1110100011110101110111001111101010101010101010011000111010110000 | e8f5dcfaaaa98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)