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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 筌??肉?^ | 1110001010100011001111110011111110010011111101110011111101011110 | e2a33f3f93f73f5e |
EUC-JP | 筌?ʼn肉?^ | 11100100101001010011111110001111101010011100101011000110111110010011111101011110 | e4a53f8fa9cac6f93f5e |
UTF-8 | 筌곷ʼn肉뢏^ | 111001111010110110001100111010101011001110110111110001011000100111101000100000101000100111101011101000101000111101011110 | e7ad8ceab3b7c589e88289eba28f5e |
UHC | 筌곷ʼn肉뢏^ | 1110111110100111100000011110101110101001101100001110101110111111100011110100101001011110 | efa781eba9b0ebbf8f4a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)