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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜サ雉崎キ | 1110100011101001101110111110100010110011100011011110100010110111 | e8e9bbe8b38de8b7 |
EUC-JP | 韜サ雉崎キ | 11110000111010111000111010111011111100001011010110111010111010101000111010110111 | f0eb8ebbf0b5baea8eb7 |
UTF-8 | 韜サ雉崎キ | 111010011001111110011100111011111011110110111011111010011001101110001001111001011011010010001110111011111011110110110111 | e99f9cefbdbbe99b89e5b48eefbdb7 |
UHC | 韜?雉崎? | 1101010010110111001111111111011011001011110100001111100000111111 | d4b73ff6cbd0f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)