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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 逋庭・ー] | 11100111100110011001001011101011101001011011000001011101 | e79992eba5b05d |
EUC-JP | 逋庭・ー] | 111011011111100111000100111011011000111010100101100011101011000001011101 | edf9c4ed8ea58eb05d |
UTF-8 | 逋庭・ー] | 11101001100000001000101111100101101110101010110111101111101111011010010111101111101111011011000001011101 | e9808be5baadefbda5efbdb05d |
UHC | 逋庭??] | 11111000111001111110111111010100001111110011111101011101 | f8e7efd43f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)