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 | 釿帛粋籥 | 1110011111100001100110111110010110010000100010001110001011011110 | e7e19be59088e2de |
EUC-JP | 釿帛粋籥 | 1110111011100011110101101110011110111111111010001110010011100000 | eee3d6e7bfe8e4e0 |
UTF-8 | 釿帛粋籥 | 111010011000011110111111111001011011100010011011111001111011001010001011111001111011000110100101 | e987bfe5b89be7b28be7b1a5 |
UHC | ?帛?? | 0011111111011011110110010011111100111111 | 3fdbd93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)