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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 凋削怜 | 100100101001110010001101111011011001011111100101 | 929c8ded97e5 |
EUC-JP | 凋削怜 | 110000111111110010111010111011111100111011100111 | c3fcbaefcee7 |
UTF-8 | 凋削怜 | 111001011000011110001011111001011000100110001010111001101000000010011100 | e5878be5898ae6809c |
UHC | 凋削怜 | 111100001011110111011110111110111101011010111011 | f0bddefbd6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)