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 | 闢呵庶迢キ | 111010001001001110011001111010001000111110001110111001111000101110110111 | e89399e88f8ee78bb7 |
EUC-JP | 闢呵庶迢キ | 11101111111100111101001011101010101111011110111011101101111010111000111010110111 | eff3d2eabdeeedeb8eb7 |
UTF-8 | 闢呵庶迢キ | 111010011001011110100010111001011001000110110101111001011011101010110110111010001011111110100010111011111011110110110111 | e997a2e591b5e5bab6e8bfa2efbdb7 |
UHC | 闢呵庶?? | 1101110010100011110010101010011111011111111011100011111100111111 | dca3caa7dfee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)